Interface CfnEnvironmentProfileMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironmentProfileMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:18.917Z")
@Stability(Stable)
public interface CfnEnvironmentProfileMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEnvironmentProfilePropsMixin.
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.*;
CfnEnvironmentProfileMixinProps cfnEnvironmentProfileMixinProps = CfnEnvironmentProfileMixinProps.builder()
.awsAccountId("awsAccountId")
.awsAccountRegion("awsAccountRegion")
.description("description")
.domainIdentifier("domainIdentifier")
.environmentBlueprintIdentifier("environmentBlueprintIdentifier")
.name("name")
.projectIdentifier("projectIdentifier")
.userParameters(List.of(EnvironmentParameterProperty.builder()
.name("name")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironmentProfileMixinPropsstatic final classAn implementation forCfnEnvironmentProfileMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe identifier of an AWS account in which an environment profile exists.default StringThe AWS Region in which an environment profile exists.default StringThe description of the environment profile.default StringThe identifier of the Amazon DataZone domain in which the environment profile exists.default StringThe identifier of a blueprint with which an environment profile is created.default StringgetName()The name of the environment profile.default StringThe identifier of a project in which an environment profile exists.default ObjectThe user parameters of this Amazon DataZone environment profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The identifier of an AWS account in which an environment profile exists.- See Also:
-
getAwsAccountRegion
The AWS Region in which an environment profile exists.- See Also:
-
getDescription
The description of the environment profile.- See Also:
-
getDomainIdentifier
The identifier of the Amazon DataZone domain in which the environment profile exists.- See Also:
-
getEnvironmentBlueprintIdentifier
The identifier of a blueprint with which an environment profile is created.- See Also:
-
getName
The name of the environment profile.- See Also:
-
getProjectIdentifier
The identifier of a project in which an environment profile exists.- See Also:
-
getUserParameters
The user parameters of this Amazon DataZone environment profile.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty>- See Also:
-
builder
-