@Stability(value=Stable)
public static interface CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrass.*;
ResourceAccessPolicyProperty resourceAccessPolicyProperty = ResourceAccessPolicyProperty.builder()
.resourceId("resourceId")
// the properties below are optional
.permission("permission")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Builder
|
static class |
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Jsii$Proxy
An implementation for
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Builder |
builder() |
default String |
getPermission()
`CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Permission`.
|
String |
getResourceId()
`CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.ResourceId`.
|
@Stability(value=Stable) @Nullable default String getPermission()
@Stability(value=Stable) @NotNull String getResourceId()
@Stability(value=Stable) static CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.