@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.057Z") @Stability(value=Stable) public interface CfnApiCacheProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiCacheProps.Builder
A builder for
CfnApiCacheProps |
static class |
CfnApiCacheProps.Jsii$Proxy
An implementation for
CfnApiCacheProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiCacheProps.Builder |
builder() |
String |
getApiCachingBehavior()
`AWS::AppSync::ApiCache.ApiCachingBehavior`.
|
String |
getApiId()
`AWS::AppSync::ApiCache.ApiId`.
|
default Object |
getAtRestEncryptionEnabled()
`AWS::AppSync::ApiCache.AtRestEncryptionEnabled`.
|
default Object |
getTransitEncryptionEnabled()
`AWS::AppSync::ApiCache.TransitEncryptionEnabled`.
|
Number |
getTtl()
`AWS::AppSync::ApiCache.Ttl`.
|
String |
getType()
`AWS::AppSync::ApiCache.Type`.
|
@Stability(value=Stable) @NotNull String getApiCachingBehavior()
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @NotNull Number getTtl()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getAtRestEncryptionEnabled()
@Stability(value=Stable) @Nullable default Object getTransitEncryptionEnabled()
@Stability(value=Stable) static CfnApiCacheProps.Builder builder()
CfnApiCacheProps.Builder of CfnApiCachePropsCopyright © 2021. All rights reserved.