Class CfnCustomPermissionsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnCustomPermissionsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomPermissionsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomPermissionsMixinProps
@Stability(Stable)
@Internal
public static final class CfnCustomPermissionsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomPermissionsMixinProps
An implementation for
CfnCustomPermissionsMixinProps-
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.quicksight.CfnCustomPermissionsMixinProps
CfnCustomPermissionsMixinProps.Builder, CfnCustomPermissionsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomPermissionsMixinProps.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 booleanfinal StringThe ID of the AWS account that contains the custom permission configuration that you want to update.final ObjectA set of actions in the custom permissions profile.final StringThe name of the custom permissions profile.getTags()The tags to associate with the custom permissions profile.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 theCfnCustomPermissionsMixinProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnCustomPermissionsMixinPropsThe ID of the AWS account that contains the custom permission configuration that you want to update.- Specified by:
getAwsAccountIdin interfaceCfnCustomPermissionsMixinProps- See Also:
-
getCapabilities
Description copied from interface:CfnCustomPermissionsMixinPropsA set of actions in the custom permissions profile.Returns union: either
IResolvableorCfnCustomPermissionsPropsMixin.CapabilitiesProperty- Specified by:
getCapabilitiesin interfaceCfnCustomPermissionsMixinProps- See Also:
-
getCustomPermissionsName
Description copied from interface:CfnCustomPermissionsMixinPropsThe name of the custom permissions profile.- Specified by:
getCustomPermissionsNamein interfaceCfnCustomPermissionsMixinProps- See Also:
-
getTags
Description copied from interface:CfnCustomPermissionsMixinPropsThe tags to associate with the custom permissions profile.- Specified by:
getTagsin interfaceCfnCustomPermissionsMixinProps- 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()
-