@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.818Z") @Stability(value=Stable) public interface CfnApiKeyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiKeyProps.Builder
A builder for
CfnApiKeyProps |
static class |
CfnApiKeyProps.Jsii$Proxy
An implementation for
CfnApiKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiKeyProps.Builder |
builder() |
default String |
getCustomerId()
`AWS::ApiGateway::ApiKey.CustomerId`.
|
default String |
getDescription()
`AWS::ApiGateway::ApiKey.Description`.
|
default Object |
getEnabled()
`AWS::ApiGateway::ApiKey.Enabled`.
|
default Object |
getGenerateDistinctId()
`AWS::ApiGateway::ApiKey.GenerateDistinctId`.
|
default String |
getName()
`AWS::ApiGateway::ApiKey.Name`.
|
default Object |
getStageKeys()
`AWS::ApiGateway::ApiKey.StageKeys`.
|
default List<CfnTag> |
getTags()
`AWS::ApiGateway::ApiKey.Tags`.
|
default String |
getValue()
`AWS::ApiGateway::ApiKey.Value`.
|
@Stability(value=Stable) @Nullable default String getCustomerId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Object getGenerateDistinctId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getStageKeys()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnApiKeyProps.Builder builder()
CfnApiKeyProps.Builder of CfnApiKeyPropsCopyright © 2021. All rights reserved.