Interface CfnTemplate.ResourcePermissionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.ResourcePermissionProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.ResourcePermissionProperty extends software.amazon.jsii.JsiiSerializable
Permission for the resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 ResourcePermissionProperty resourcePermissionProperty = ResourcePermissionProperty.builder()
         .actions(List.of("actions"))
         .principal("principal")
         // the properties below are optional
         .resource("resource")
         .build();
 
  • Method Details

    • getActions

      @Stability(Stable) @NotNull List<String> getActions()
      The IAM action to grant or revoke permissions on.
    • getPrincipal

      @Stability(Stable) @NotNull String getPrincipal()
      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.)
    • getResource

      @Stability(Stable) @Nullable default String getResource()
      CfnTemplate.ResourcePermissionProperty.Resource.
    • builder

      @Stability(Stable) static CfnTemplate.ResourcePermissionProperty.Builder builder()
      Returns:
      a CfnTemplate.ResourcePermissionProperty.Builder of CfnTemplate.ResourcePermissionProperty