Interface CfnEnvironmentBlueprintConfiguration.RegionalParameterProperty

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

@Stability(Stable) public static interface CfnEnvironmentBlueprintConfiguration.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.services.datazone.*;
 RegionalParameterProperty regionalParameterProperty = RegionalParameterProperty.builder()
         .parameters(Map.of(
                 "parametersKey", "parameters"))
         .region("region")
         .build();
 

See Also: