Interface DLPSettingReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DLPSettingReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:22.079Z") @Stability(Stable) public interface DLPSettingReference extends software.amazon.jsii.JsiiSerializable
A reference to a DLPSetting resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.interfaces.quicksight.*;
 DLPSettingReference dLPSettingReference = DLPSettingReference.builder()
         .awsAccountId("awsAccountId")
         .dlpSettingArn("dlpSettingArn")
         .dlpSettingId("dlpSettingId")
         .build();
 
  • Method Details

    • getAwsAccountId

      @Stability(Stable) @NotNull String getAwsAccountId()
      The AwsAccountId of the DLPSetting resource.
    • getDlpSettingArn

      @Stability(Stable) @NotNull String getDlpSettingArn()
      The ARN of the DLPSetting resource.
    • getDlpSettingId

      @Stability(Stable) @NotNull String getDlpSettingId()
      The DlpSettingId of the DLPSetting resource.
    • builder

      @Stability(Stable) static DLPSettingReference.Builder builder()
      Returns:
      a DLPSettingReference.Builder of DLPSettingReference