public static interface CfnTemplate.ResourcePermissionProperty
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") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTemplate.ResourcePermissionProperty.Builder
A builder for
CfnTemplate.ResourcePermissionProperty |
static class |
CfnTemplate.ResourcePermissionProperty.Jsii$Proxy
An implementation for
CfnTemplate.ResourcePermissionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTemplate.ResourcePermissionProperty.Builder |
builder() |
java.util.List<java.lang.String> |
getActions()
The IAM action to grant or revoke permissions on.
|
java.lang.String |
getPrincipal()
The Amazon Resource Name (ARN) of the principal.
|
java.util.List<java.lang.String> getActions()
java.lang.String getPrincipal()
static CfnTemplate.ResourcePermissionProperty.Builder builder()