CfnApprovedOriginMixinProps

class aws_cdk.mixins_preview.aws_connect.mixins.CfnApprovedOriginMixinProps(*, instance_id=None, origin=None)

Bases: object

Properties for CfnApprovedOriginPropsMixin.

Parameters:
  • instance_id (Optional[str]) – The Amazon Resource Name (ARN) of the instance. Minimum : 1 Maximum : 100

  • origin (Optional[str]) – Domain name to be added to the allow-list of the instance. Maximum : 267

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.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_connect import mixins as connect_mixins

cfn_approved_origin_mixin_props = connect_mixins.CfnApprovedOriginMixinProps(
    instance_id="instanceId",
    origin="origin"
)

Attributes

instance_id

The Amazon Resource Name (ARN) of the instance.

Minimum : 1

Maximum : 100

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html#cfn-connect-approvedorigin-instanceid

origin

Domain name to be added to the allow-list of the instance.

Maximum : 267

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html#cfn-connect-approvedorigin-origin