Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentProfilePropsMixin.Builder
Packages that use CfnEnvironmentProfilePropsMixin.Builder
-
Uses of CfnEnvironmentProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datazone
Methods in software.amazon.awscdk.cfnpropertymixins.services.datazone that return CfnEnvironmentProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnEnvironmentProfilePropsMixin.Builder.awsAccountId(String awsAccountId) The identifier of an AWS account in which an environment profile exists.CfnEnvironmentProfilePropsMixin.Builder.awsAccountRegion(String awsAccountRegion) The AWS Region in which an environment profile exists.CfnEnvironmentProfilePropsMixin.Builder.create()CfnEnvironmentProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEnvironmentProfilePropsMixin.Builder.description(String description) The description of the environment profile.CfnEnvironmentProfilePropsMixin.Builder.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which the environment profile exists.CfnEnvironmentProfilePropsMixin.Builder.environmentBlueprintIdentifier(String environmentBlueprintIdentifier) The identifier of a blueprint with which an environment profile is created.The name of the environment profile.CfnEnvironmentProfilePropsMixin.Builder.projectIdentifier(String projectIdentifier) The identifier of a project in which an environment profile exists.CfnEnvironmentProfilePropsMixin.Builder.userParameters(List<? extends Object> userParameters) The user parameters of this Amazon DataZone environment profile.CfnEnvironmentProfilePropsMixin.Builder.userParameters(IResolvable userParameters) The user parameters of this Amazon DataZone environment profile.