@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.743Z") @Stability(value=Stable) public interface CfnAllowListProps 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.macie.*;
Object criteria;
CfnAllowListProps cfnAllowListProps = CfnAllowListProps.builder()
.criteria(criteria)
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAllowListProps.Builder
A builder for
CfnAllowListProps |
static class |
CfnAllowListProps.Jsii$Proxy
An implementation for
CfnAllowListProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAllowListProps.Builder |
builder() |
Object |
getCriteria()
`AWS::Macie::AllowList.Criteria`.
|
default String |
getDescription()
`AWS::Macie::AllowList.Description`.
|
String |
getName()
`AWS::Macie::AllowList.Name`.
|
default List<CfnTag> |
getTags()
`AWS::Macie::AllowList.Tags`.
|
@Stability(value=Stable) @NotNull Object getCriteria()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnAllowListProps.Builder builder()
CfnAllowListProps.Builder of CfnAllowListPropsCopyright © 2022. All rights reserved.