@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.300Z") @Stability(value=Stable) public interface CfnApiKeyProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-customerid@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-description@Stability(value=Stable) @Nullable default Object getEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-enabled@Stability(value=Stable) @Nullable default Object getGenerateDistinctId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-generatedistinctid@Stability(value=Stable) @Nullable default String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-name@Stability(value=Stable) @Nullable default Object getStageKeys()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-stagekeys@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-tags@Stability(value=Stable) @Nullable default String getValue()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value@Stability(value=Stable) static CfnApiKeyProps.Builder builder()
CfnApiKeyProps.Builder of CfnApiKeyPropsCopyright © 2020. All rights reserved.