DLPSettingReference
- class aws_cdk.interfaces.aws_quicksight.DLPSettingReference(*, aws_account_id, dlp_setting_arn, dlp_setting_id)
Bases:
objectA reference to a DLPSetting resource.
- Parameters:
aws_account_id (
str) – The AwsAccountId of the DLPSetting resource.dlp_setting_arn (
str) – The ARN of the DLPSetting resource.dlp_setting_id (
str) – The DlpSettingId of the DLPSetting 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_quicksight as interfaces_quicksight d_lp_setting_reference = interfaces_quicksight.DLPSettingReference( aws_account_id="awsAccountId", dlp_setting_arn="dlpSettingArn", dlp_setting_id="dlpSettingId" )
Attributes
- aws_account_id
The AwsAccountId of the DLPSetting resource.
- dlp_setting_arn
The ARN of the DLPSetting resource.
- dlp_setting_id
The DlpSettingId of the DLPSetting resource.