Interface PolicyGrantReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:55.227Z") @Stability(Stable) public interface PolicyGrantReference extends software.amazon.jsii.JsiiSerializable
A reference to a PolicyGrant 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.datazone.*;
 PolicyGrantReference policyGrantReference = PolicyGrantReference.builder()
         .domainIdentifier("domainIdentifier")
         .entityIdentifier("entityIdentifier")
         .entityType("entityType")
         .grantId("grantId")
         .policyType("policyType")
         .build();
 
  • Method Details

    • getDomainIdentifier

      @Stability(Stable) @NotNull String getDomainIdentifier()
      The DomainIdentifier of the PolicyGrant resource.
    • getEntityIdentifier

      @Stability(Stable) @NotNull String getEntityIdentifier()
      The EntityIdentifier of the PolicyGrant resource.
    • getEntityType

      @Stability(Stable) @NotNull String getEntityType()
      The EntityType of the PolicyGrant resource.
    • getGrantId

      @Stability(Stable) @NotNull String getGrantId()
      The GrantId of the PolicyGrant resource.
    • getPolicyType

      @Stability(Stable) @NotNull String getPolicyType()
      The PolicyType of the PolicyGrant resource.
    • builder

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