CfnEnvironmentActionsMixinProps
- class aws_cdk.mixins_preview.aws_datazone.mixins.CfnEnvironmentActionsMixinProps(*, description=None, domain_identifier=None, environment_identifier=None, identifier=None, name=None, parameters=None)
Bases:
objectProperties for CfnEnvironmentActionsPropsMixin.
- Parameters:
description (
Optional[str]) – The environment action description.domain_identifier (
Optional[str]) – The Amazon DataZone domain ID of the environment action.environment_identifier (
Optional[str]) – The environment ID of the environment action.identifier (
Optional[str]) – The ID of the environment action.name (
Optional[str]) – The name of the environment action.parameters (
Union[IResolvable,AwsConsoleLinkParametersProperty,Dict[str,Any],None]) – The parameters of the environment action.
- 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.mixins_preview.aws_datazone import mixins as datazone_mixins cfn_environment_actions_mixin_props = datazone_mixins.CfnEnvironmentActionsMixinProps( description="description", domain_identifier="domainIdentifier", environment_identifier="environmentIdentifier", identifier="identifier", name="name", parameters=datazone_mixins.CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty( uri="uri" ) )
Attributes
- description
The environment action description.
- domain_identifier
The Amazon DataZone domain ID of the environment action.
- environment_identifier
The environment ID of the environment action.
- identifier
The ID of the environment action.
- name
The name of the environment action.
- parameters
The parameters of the environment action.