| Modifier and Type | Method and Description |
|---|---|
CfnACL.Builder |
aclName(String aclName)
The name of the Access Control List.
|
CfnACL |
build() |
static CfnACL.Builder |
create(Construct scope,
String id) |
CfnACL.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnACL.Builder |
userNames(List<String> userNames)
The list of users that belong to the Access Control List.
|
@Stability(value=Stable) public static CfnACL.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnACL.Builder.@Stability(value=Stable) public CfnACL.Builder aclName(String aclName)
aclName - The name of the Access Control List. This parameter is required.this@Stability(value=Stable) public CfnACL.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnACL.Builder userNames(List<String> userNames)
userNames - The list of users that belong to the Access Control List. This parameter is required.thisCopyright © 2023. All rights reserved.