CfnApprovedOriginProps
- class aws_cdk.aws_connect.CfnApprovedOriginProps(*, instance_id, origin)
- Bases: - object- Properties for defining a - CfnApprovedOrigin.- Parameters:
- instance_id ( - str) – The Amazon Resource Name (ARN) of the instance. Minimum :- 1Maximum :- 100
- origin ( - str) – Domain name to be added to the allow-list of the instance. Maximum :- 267
 
- Link:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_connect as connect cfn_approved_origin_props = connect.CfnApprovedOriginProps( instance_id="instanceId", origin="origin" ) - Attributes - instance_id
- The Amazon Resource Name (ARN) of the instance. - Minimum : - 1- Maximum : - 100
 - origin
- Domain name to be added to the allow-list of the instance. - Maximum : - 267