Class CfnGrantMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnGrantMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGrantMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGrantMixinProps
@Stability(Stable)
@Internal
public static final class CfnGrantMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGrantMixinProps
An implementation for
CfnGrantMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnGrantMixinProps
CfnGrantMixinProps.Builder, CfnGrantMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGrantMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGrantMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAllowed operations for the grant.final StringGrant name.final StringHome Region of the grant.final StringLicense ARN.The grant principals.final StringGranted license status.getTags()A list of tags to attach.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnGrantMixinProps.Builder.
-
-
Method Details
-
getAllowedOperations
Description copied from interface:CfnGrantMixinPropsAllowed operations for the grant.- Specified by:
getAllowedOperationsin interfaceCfnGrantMixinProps- See Also:
-
getGrantName
Description copied from interface:CfnGrantMixinPropsGrant name.- Specified by:
getGrantNamein interfaceCfnGrantMixinProps- See Also:
-
getHomeRegion
Description copied from interface:CfnGrantMixinPropsHome Region of the grant.- Specified by:
getHomeRegionin interfaceCfnGrantMixinProps- See Also:
-
getLicenseArn
Description copied from interface:CfnGrantMixinPropsLicense ARN.- Specified by:
getLicenseArnin interfaceCfnGrantMixinProps- See Also:
-
getPrincipals
Description copied from interface:CfnGrantMixinPropsThe 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:
getPrincipalsin interfaceCfnGrantMixinProps- See Also:
-
getStatus
Description copied from interface:CfnGrantMixinPropsGranted license status.- Specified by:
getStatusin interfaceCfnGrantMixinProps- See Also:
-
getTags
Description copied from interface:CfnGrantMixinPropsA list of tags to attach.- Specified by:
getTagsin interfaceCfnGrantMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-