CfnProjectProfileMixinProps
- class aws_cdk.cfn_property_mixins.aws_datazone.CfnProjectProfileMixinProps(*, allow_custom_project_resource_tags=None, description=None, domain_identifier=None, domain_unit_identifier=None, environment_configurations=None, name=None, project_resource_tags=None, project_resource_tags_description=None, status=None, use_default_configurations=None)
Bases:
objectProperties for CfnProjectProfilePropsMixin.
- Parameters:
allow_custom_project_resource_tags (
Union[bool,IResolvable,None])description (
Optional[str]) – The description of the project profile.domain_identifier (
Optional[str]) – A domain ID of the project profile.domain_unit_identifier (
Optional[str]) – A domain unit ID of the project profile.environment_configurations (
Union[IResolvable,Sequence[Union[IResolvable,EnvironmentConfigurationProperty,Dict[str,Any]]],None]) – Environment configurations of a project profile.name (
Optional[str]) – The name of a project profile.project_resource_tags (
Union[IResolvable,Sequence[Union[IResolvable,ResourceTagParameterProperty,Dict[str,Any]]],None])project_resource_tags_description (
Optional[str])status (
Optional[str]) – The status of a project profile.use_default_configurations (
Union[bool,IResolvable,None])
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_datazone as datazone cfn_project_profile_mixin_props = datazone.CfnProjectProfileMixinProps( allow_custom_project_resource_tags=False, description="description", domain_identifier="domainIdentifier", domain_unit_identifier="domainUnitIdentifier", environment_configurations=[datazone.CfnProjectProfilePropsMixin.EnvironmentConfigurationProperty( aws_account=datazone.CfnProjectProfilePropsMixin.AwsAccountProperty( aws_account_id="awsAccountId" ), aws_region=datazone.CfnProjectProfilePropsMixin.RegionProperty( region_name="regionName" ), configuration_parameters=datazone.CfnProjectProfilePropsMixin.EnvironmentConfigurationParametersDetailsProperty( parameter_overrides=[datazone.CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty( is_editable=False, name="name", value="value" )], resolved_parameters=[datazone.CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty( is_editable=False, name="name", value="value" )], ssm_path="ssmPath" ), deployment_mode="deploymentMode", deployment_order=123, description="description", environment_blueprint_id="environmentBlueprintId", environment_configuration_id="environmentConfigurationId", name="name" )], name="name", project_resource_tags=[datazone.CfnProjectProfilePropsMixin.ResourceTagParameterProperty( is_value_editable=False, key="key", value="value" )], project_resource_tags_description="projectResourceTagsDescription", status="status", use_default_configurations=False )
Attributes
- allow_custom_project_resource_tags
-
- Type:
see
- description
The description of the project profile.
- domain_identifier
A domain ID of the project profile.
- domain_unit_identifier
A domain unit ID of the project profile.
- environment_configurations
Environment configurations of a project profile.
- name
The name of a project profile.
- project_resource_tags
-
- Type:
see
- project_resource_tags_description
-
- Type:
see
- status
The status of a project profile.