ProtectConfigurationReference
- class aws_cdk.interfaces.aws_smsvoice.ProtectConfigurationReference(*, protect_configuration_arn, protect_configuration_id)
Bases:
objectA reference to a ProtectConfiguration resource.
- Parameters:
protect_configuration_arn (
str) – The ARN of the ProtectConfiguration resource.protect_configuration_id (
str) – The ProtectConfigurationId of the ProtectConfiguration resource.
- 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.interfaces import aws_smsvoice as interfaces_smsvoice protect_configuration_reference = interfaces_smsvoice.ProtectConfigurationReference( protect_configuration_arn="protectConfigurationArn", protect_configuration_id="protectConfigurationId" )
Attributes
- protect_configuration_arn
The ARN of the ProtectConfiguration resource.
- protect_configuration_id
The ProtectConfigurationId of the ProtectConfiguration resource.