Class CfnDashboard.ResourcePermissionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ResourcePermissionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ResourcePermissionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ResourcePermissionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ResourcePermissionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ResourcePermissionProperty
An implementation for
CfnDashboard.ResourcePermissionProperty-
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.services.quicksight.CfnDashboard.ResourcePermissionProperty
CfnDashboard.ResourcePermissionProperty.Builder, CfnDashboard.ResourcePermissionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.ResourcePermissionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDashboard.ResourcePermissionProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnDashboard.ResourcePermissionPropertyThe IAM action to grant or revoke permissions on.- Specified by:
getActionsin interfaceCfnDashboard.ResourcePermissionProperty- See Also:
-
getPrincipal
Description copied from interface:CfnDashboard.ResourcePermissionPropertyThe Amazon Resource Name (ARN) of the principal. This can be one of the following:.- The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
- The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
- The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
- Specified by:
getPrincipalin interfaceCfnDashboard.ResourcePermissionProperty- See Also:
-
getResource
- Specified by:
getResourcein interfaceCfnDashboard.ResourcePermissionProperty- 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()
-