CfnAgentSpaceMixinProps
- class aws_cdk.mixins_preview.aws_devopsagent.mixins.CfnAgentSpaceMixinProps(*, description=None, name=None)
Bases:
objectProperties for CfnAgentSpacePropsMixin.
- Parameters:
description (
Optional[str]) – The description of the AgentSpace.name (
Optional[str]) – The name of the AgentSpace.
- 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_devopsagent import mixins as devopsagent_mixins cfn_agent_space_mixin_props = devopsagent_mixins.CfnAgentSpaceMixinProps( description="description", name="name" )
Attributes
- description
The description of the AgentSpace.
- name
The name of the AgentSpace.