Interface ConfiguredTableAssociationReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:53.233Z") @Stability(Stable) public interface ConfiguredTableAssociationReference extends software.amazon.jsii.JsiiSerializable
A reference to a ConfiguredTableAssociation 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.services.cleanrooms.*;
 ConfiguredTableAssociationReference configuredTableAssociationReference = ConfiguredTableAssociationReference.builder()
         .configuredTableAssociationArn("configuredTableAssociationArn")
         .configuredTableAssociationIdentifier("configuredTableAssociationIdentifier")
         .membershipIdentifier("membershipIdentifier")
         .build();
 
  • Method Details

    • getConfiguredTableAssociationArn

      @Stability(Stable) @NotNull String getConfiguredTableAssociationArn()
      The ARN of the ConfiguredTableAssociation resource.
    • getConfiguredTableAssociationIdentifier

      @Stability(Stable) @NotNull String getConfiguredTableAssociationIdentifier()
      The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource.
    • getMembershipIdentifier

      @Stability(Stable) @NotNull String getMembershipIdentifier()
      The MembershipIdentifier of the ConfiguredTableAssociation resource.
    • builder

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