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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEnvironmentActions.AwsConsoleLinkParametersProperty
static final class
An 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
-