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: