Interface CfnEnvironmentBlueprintConfigurationPropsMixin.RegionalParameterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEnvironmentBlueprintConfigurationPropsMixin.RegionalParameterProperty.Jsii$Proxy
Enclosing class:
CfnEnvironmentBlueprintConfigurationPropsMixin

@Stability(Stable) public static interface CfnEnvironmentBlueprintConfigurationPropsMixin.RegionalParameterProperty extends software.amazon.jsii.JsiiSerializable
The regional parameters in the environment blueprint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
 RegionalParameterProperty regionalParameterProperty = RegionalParameterProperty.builder()
         .parameters(Map.of(
                 "parametersKey", "parameters"))
         .region("region")
         .build();
 

See Also: