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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn 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.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getRegion
The region specified in the environment parameter.- See Also:
-
builder
@Stability(Stable) static CfnEnvironmentBlueprintConfiguration.RegionalParameterProperty.Builder builder()
-