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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnEnvironmentBlueprintConfiguration.RegionalParameterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameters
A string to string map containing parameters for the region.- See Also:
-
getRegion
The region specified in the environment parameter.- See Also:
-
builder
@Stability(Stable) static CfnEnvironmentBlueprintConfiguration.RegionalParameterProperty.Builder builder()
-