@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.591Z") @Stability(value=Stable) public interface CfnACLProps 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.memorydb.*;
CfnACLProps cfnACLProps = CfnACLProps.builder()
.aclName("aclName")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userNames(List.of("userNames"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnACLProps.Builder
A builder for
CfnACLProps |
static class |
CfnACLProps.Jsii$Proxy
An implementation for
CfnACLProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnACLProps.Builder |
builder() |
String |
getAclName()
`AWS::MemoryDB::ACL.ACLName`.
|
default List<CfnTag> |
getTags()
`AWS::MemoryDB::ACL.Tags`.
|
default List<String> |
getUserNames()
`AWS::MemoryDB::ACL.UserNames`.
|
@Stability(value=Stable) @NotNull String getAclName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default List<String> getUserNames()
@Stability(value=Stable) static CfnACLProps.Builder builder()
CfnACLProps.Builder of CfnACLPropsCopyright © 2021. All rights reserved.