@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.037Z") @Stability(value=Stable) public interface CfnApiCacheProps 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.appsync.*;
CfnApiCacheProps cfnApiCacheProps = CfnApiCacheProps.builder()
.apiCachingBehavior("apiCachingBehavior")
.apiId("apiId")
.ttl(123)
.type("type")
// the properties below are optional
.atRestEncryptionEnabled(false)
.transitEncryptionEnabled(false)
.build();
| 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) @Nullable default Object getAtRestEncryptionEnabled()
@Stability(value=Stable) @Nullable default Object getTransitEncryptionEnabled()
@Stability(value=Stable) @NotNull Number getTtl()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnApiCacheProps.Builder builder()
CfnApiCacheProps.Builder of CfnApiCachePropsCopyright © 2021. All rights reserved.