ProtectConfigurationReference

class aws_cdk.aws_smsvoice.ProtectConfigurationReference(*, protect_configuration_arn, protect_configuration_id)

Bases: object

A 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 import aws_smsvoice as smsvoice

protect_configuration_reference = 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.