CfnAgentSpaceProps

class aws_cdk.aws_devopsagent.CfnAgentSpaceProps(*, name, description=None)

Bases: object

Properties for defining a CfnAgentSpace.

Parameters:
  • name (str) – The name of the AgentSpace.

  • description (Optional[str]) – The description 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 import aws_devopsagent as devopsagent

cfn_agent_space_props = devopsagent.CfnAgentSpaceProps(
    name="name",

    # the properties below are optional
    description="description"
)

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