Class CfnDataSet.ResourcePermissionProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDataSet.ResourcePermissionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSet.ResourcePermissionProperty
  • Constructor Details

  • Method Details

    • getActions

      public final List<String> getActions()
      Description copied from interface: CfnDataSet.ResourcePermissionProperty
      The IAM action to grant or revoke permisions on.
      Specified by:
      getActions in interface CfnDataSet.ResourcePermissionProperty
    • getPrincipal

      public final String getPrincipal()
      Description copied from interface: CfnDataSet.ResourcePermissionProperty
      The Amazon Resource Name (ARN) of the principal. This can be one of the following:.

      • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
      • The ARN of an Amazon QuickSight 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 Amazon QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
      Specified by:
      getPrincipal in interface CfnDataSet.ResourcePermissionProperty
    • $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