@Stability(value=Stable)
public static interface CfnTemplate.ResourcePermissionProperty
extends software.amazon.jsii.JsiiSerializable
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() |
List<String> |
getActions()
The IAM action to grant or revoke permissions on.
|
String |
getPrincipal()
The Amazon Resource Name (ARN) of the principal.
|
@Stability(value=Stable) @NotNull List<String> getActions()
@Stability(value=Stable) @NotNull String getPrincipal()
@Stability(value=Stable) static CfnTemplate.ResourcePermissionProperty.Builder builder()
Copyright © 2022. All rights reserved.