Interface CfnEnvironmentActions.AwsConsoleLinkParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironmentActions.AwsConsoleLinkParametersProperty.Jsii$Proxy
- Enclosing class:
CfnEnvironmentActions
@Stability(Stable)
public static interface CfnEnvironmentActions.AwsConsoleLinkParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters of the console link specified as part of the environment action.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datazone.*;
AwsConsoleLinkParametersProperty awsConsoleLinkParametersProperty = AwsConsoleLinkParametersProperty.builder()
.uri("uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironmentActions.AwsConsoleLinkParametersPropertystatic final classAn implementation forCfnEnvironmentActions.AwsConsoleLinkParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUri
The URI of the console link specified as part of the environment action.- See Also:
-
builder
-