Class CfnGrantProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.licensemanager.CfnGrantProps.Jsii$Proxy
All Implemented Interfaces:
CfnGrantProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnGrantProps

@Stability(Stable) @Internal public static final class CfnGrantProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGrantProps
An implementation for CfnGrantProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnGrantProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnGrantProps.Builder.
  • Method Details

    • getAllowedOperations

      public final List<String> getAllowedOperations()
      Description copied from interface: CfnGrantProps
      Allowed operations for the grant.
      Specified by:
      getAllowedOperations in interface CfnGrantProps
    • getGrantName

      public final String getGrantName()
      Description copied from interface: CfnGrantProps
      Grant name.
      Specified by:
      getGrantName in interface CfnGrantProps
    • getHomeRegion

      public final String getHomeRegion()
      Description copied from interface: CfnGrantProps
      Home Region of the grant.
      Specified by:
      getHomeRegion in interface CfnGrantProps
    • getLicenseArn

      public final String getLicenseArn()
      Description copied from interface: CfnGrantProps
      License ARN.
      Specified by:
      getLicenseArn in interface CfnGrantProps
    • getPrincipals

      public final List<String> getPrincipals()
      Description copied from interface: CfnGrantProps
      The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):.

      • An AWS account, which includes only the account specified.
      • An organizational unit (OU), which includes all accounts in the OU.
      • An organization, which will include all accounts across your organization.
      Specified by:
      getPrincipals in interface CfnGrantProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnGrantProps
      Granted license status.
      Specified by:
      getStatus in interface CfnGrantProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object