@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.818Z") @Stability(value=Stable) public class CfnApiKey extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnApiKey.Builder
A fluent builder for
CfnApiKey. |
static interface |
CfnApiKey.StageKeyProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnApiKey(software.constructs.Construct scope,
String id)
Create a new `AWS::ApiGateway::ApiKey`.
|
|
CfnApiKey(software.constructs.Construct scope,
String id,
CfnApiKeyProps props)
Create a new `AWS::ApiGateway::ApiKey`.
|
protected |
CfnApiKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnApiKey(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrApiKeyId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCustomerId()
`AWS::ApiGateway::ApiKey.CustomerId`.
|
String |
getDescription()
`AWS::ApiGateway::ApiKey.Description`.
|
Object |
getEnabled()
`AWS::ApiGateway::ApiKey.Enabled`.
|
Object |
getGenerateDistinctId()
`AWS::ApiGateway::ApiKey.GenerateDistinctId`.
|
String |
getName()
`AWS::ApiGateway::ApiKey.Name`.
|
Object |
getStageKeys()
`AWS::ApiGateway::ApiKey.StageKeys`.
|
TagManager |
getTags()
`AWS::ApiGateway::ApiKey.Tags`.
|
String |
getValue()
`AWS::ApiGateway::ApiKey.Value`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCustomerId(String value)
`AWS::ApiGateway::ApiKey.CustomerId`.
|
void |
setDescription(String value)
`AWS::ApiGateway::ApiKey.Description`.
|
void |
setEnabled(Boolean value)
`AWS::ApiGateway::ApiKey.Enabled`.
|
void |
setEnabled(IResolvable value)
`AWS::ApiGateway::ApiKey.Enabled`.
|
void |
setGenerateDistinctId(Boolean value)
`AWS::ApiGateway::ApiKey.GenerateDistinctId`.
|
void |
setGenerateDistinctId(IResolvable value)
`AWS::ApiGateway::ApiKey.GenerateDistinctId`.
|
void |
setName(String value)
`AWS::ApiGateway::ApiKey.Name`.
|
void |
setStageKeys(IResolvable value)
`AWS::ApiGateway::ApiKey.StageKeys`.
|
void |
setStageKeys(List<Object> value)
`AWS::ApiGateway::ApiKey.StageKeys`.
|
void |
setValue(String value)
`AWS::ApiGateway::ApiKey.Value`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnApiKey(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnApiKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnApiKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnApiKeyProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnApiKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrApiKeyId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getCustomerId()
@Stability(value=Stable)
public void setCustomerId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEnabled()
@Stability(value=Stable)
public void setEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnabled(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getGenerateDistinctId()
@Stability(value=Stable)
public void setGenerateDistinctId(@Nullable
Boolean value)
@Stability(value=Stable)
public void setGenerateDistinctId(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getStageKeys()
@Stability(value=Stable)
public void setStageKeys(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setStageKeys(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getValue()
@Stability(value=Stable)
public void setValue(@Nullable
String value)
Copyright © 2021. All rights reserved.