Interface CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty.Jsii$Proxy
- Enclosing class:
CfnEnvironmentProfilePropsMixin
@Stability(Stable)
public static interface CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty
extends software.amazon.jsii.JsiiSerializable
The parameter details of an environment profile.
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.*;
EnvironmentParameterProperty environmentParameterProperty = EnvironmentParameterProperty.builder()
.name("name")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name specified in the environment parameter.- See Also:
-
getValue
The value of the environment profile.- See Also:
-
builder
@Stability(Stable) static CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty.Builder builder()
-