CfnAgentSpacePropsMixin

class aws_cdk.cfn_property_mixins.aws_devopsagent.CfnAgentSpacePropsMixin(props, *, strategy=None)

Bases: Mixin

The AWS::DevOpsAgent::AgentSpace resource specifies an Agent Space for the AWS DevOps Agent Service.

See:

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

CloudformationResource:

AWS::DevOpsAgent::AgentSpace

Mixin:

true

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_devopsagent as devopsagent
import aws_cdk as cdk

# merge_strategy: cdk.IMergeStrategy

cfn_agent_space_props_mixin = devopsagent.CfnAgentSpacePropsMixin(devopsagent.CfnAgentSpaceMixinProps(
    description="description",
    name="name",
    operator_app=devopsagent.CfnAgentSpacePropsMixin.OperatorAppProperty(
        iam=devopsagent.CfnAgentSpacePropsMixin.IamAuthConfigurationProperty(
            created_at="createdAt",
            operator_app_role_arn="operatorAppRoleArn",
            updated_at="updatedAt"
        ),
        idc=devopsagent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty(
            created_at="createdAt",
            idc_application_arn="idcApplicationArn",
            idc_instance_arn="idcInstanceArn",
            operator_app_role_arn="operatorAppRoleArn",
            updated_at="updatedAt"
        )
    )
),
    strategy=merge_strategy
)

Create a mixin to apply properties to AWS::DevOpsAgent::AgentSpace.

Parameters:
  • props (Union[CfnAgentSpaceMixinProps, Dict[str, Any]]) – L1 properties to apply.

  • strategy (Optional[IMergeStrategy]) – Strategy for merging nested properties. Default: - PropertyMergeStrategy.combine()

Methods

apply_to(construct)

Apply the mixin properties to the construct.

Parameters:

construct (IConstruct)

Return type:

None

supports(construct)

Check if this mixin supports the given construct.

Parameters:

construct (IConstruct)

Return type:

bool

Attributes

CFN_PROPERTY_KEYS = ['description', 'name', 'operatorApp']

Static Methods

classmethod is_mixin(x)

Checks if x is a Mixin.

Parameters:

x (Any) – Any object.

Return type:

bool

Returns:

true if x is an object created from a class which extends Mixin.

IamAuthConfigurationProperty

class CfnAgentSpacePropsMixin.IamAuthConfigurationProperty(*, created_at=None, operator_app_role_arn=None, updated_at=None)

Bases: object

Parameters:
  • created_at (Optional[str])

  • operator_app_role_arn (Optional[str])

  • updated_at (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.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.cfn_property_mixins import aws_devopsagent as devopsagent

iam_auth_configuration_property = devopsagent.CfnAgentSpacePropsMixin.IamAuthConfigurationProperty(
    created_at="createdAt",
    operator_app_role_arn="operatorAppRoleArn",
    updated_at="updatedAt"
)

Attributes

created_at

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-createdat

Type:

see

operator_app_role_arn

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-operatorapprolearn

Type:

see

updated_at

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-updatedat

Type:

see

IdcAuthConfigurationProperty

class CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty(*, created_at=None, idc_application_arn=None, idc_instance_arn=None, operator_app_role_arn=None, updated_at=None)

Bases: object

Parameters:
  • created_at (Optional[str])

  • idc_application_arn (Optional[str])

  • idc_instance_arn (Optional[str])

  • operator_app_role_arn (Optional[str])

  • updated_at (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.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.cfn_property_mixins import aws_devopsagent as devopsagent

idc_auth_configuration_property = devopsagent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty(
    created_at="createdAt",
    idc_application_arn="idcApplicationArn",
    idc_instance_arn="idcInstanceArn",
    operator_app_role_arn="operatorAppRoleArn",
    updated_at="updatedAt"
)

Attributes

created_at

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-createdat

Type:

see

idc_application_arn

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-idcapplicationarn

Type:

see

idc_instance_arn

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-idcinstancearn

Type:

see

operator_app_role_arn

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-operatorapprolearn

Type:

see

updated_at

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-updatedat

Type:

see

OperatorAppProperty

class CfnAgentSpacePropsMixin.OperatorAppProperty(*, iam=None, idc=None)

Bases: object

Parameters:
See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-operatorapp.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.cfn_property_mixins import aws_devopsagent as devopsagent

operator_app_property = devopsagent.CfnAgentSpacePropsMixin.OperatorAppProperty(
    iam=devopsagent.CfnAgentSpacePropsMixin.IamAuthConfigurationProperty(
        created_at="createdAt",
        operator_app_role_arn="operatorAppRoleArn",
        updated_at="updatedAt"
    ),
    idc=devopsagent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty(
        created_at="createdAt",
        idc_application_arn="idcApplicationArn",
        idc_instance_arn="idcInstanceArn",
        operator_app_role_arn="operatorAppRoleArn",
        updated_at="updatedAt"
    )
)

Attributes

iam

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-operatorapp.html#cfn-devopsagent-agentspace-operatorapp-iam

Type:

see

idc

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-operatorapp.html#cfn-devopsagent-agentspace-operatorapp-idc

Type:

see