CfnApprovedOriginMixinProps
- class aws_cdk.mixins_preview.aws_connect.mixins.CfnApprovedOriginMixinProps(*, instance_id=None, origin=None)
Bases:
objectProperties for CfnApprovedOriginPropsMixin.
- Parameters:
instance_id (
Optional[str]) – The Amazon Resource Name (ARN) of the instance. Minimum :1Maximum :100origin (
Optional[str]) – Domain name to be added to the allow-list of the instance. Maximum :267
- 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_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 :
1Maximum :
100
- origin
Domain name to be added to the allow-list of the instance.
Maximum :
267