@Stability(value=Stable)
public static interface CfnFunction.S3KeyFilterRuleProperty
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.sam.*;
S3KeyFilterRuleProperty s3KeyFilterRuleProperty = S3KeyFilterRuleProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.S3KeyFilterRuleProperty.Builder
A builder for
CfnFunction.S3KeyFilterRuleProperty |
static class |
CfnFunction.S3KeyFilterRuleProperty.Jsii$Proxy
An implementation for
CfnFunction.S3KeyFilterRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.S3KeyFilterRuleProperty.Builder |
builder() |
String |
getName()
`CfnFunction.S3KeyFilterRuleProperty.Name`.
|
String |
getValue()
`CfnFunction.S3KeyFilterRuleProperty.Value`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnFunction.S3KeyFilterRuleProperty.Builder builder()
Copyright © 2022. All rights reserved.