CfnAgentSpaceMixinProps

class aws_cdk.mixins_preview.aws_devopsagent.mixins.CfnAgentSpaceMixinProps(*, description=None, name=None)

Bases: object

Properties for CfnAgentSpacePropsMixin.

Parameters:
  • description (Optional[str]) – The description of the AgentSpace.

  • name (Optional[str]) – The name of the AgentSpace.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-agentspace.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-agentspace.html#cfn-devopsagent-agentspace-description

name

The name of the AgentSpace.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-agentspace.html#cfn-devopsagent-agentspace-name