pub struct ApiKeyProperties {
pub customer_id: Option<Value<String>>,
pub description: Option<Value<String>>,
pub enabled: Option<Value<bool>>,
pub generate_distinct_id: Option<Value<bool>>,
pub name: Option<Value<String>>,
pub stage_keys: Option<ValueList<StageKey>>,
pub tags: Option<ValueList<Tag>>,
pub value: Option<Value<String>>,
}Expand description
Properties for the ApiKey resource.
Fields§
§customer_id: Option<Value<String>>Property CustomerId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
description: Option<Value<String>>Property Description.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
enabled: Option<Value<bool>>Property Enabled.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
generate_distinct_id: Option<Value<bool>>Property GenerateDistinctId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
name: Option<Value<String>>Property Name.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
stage_keys: Option<ValueList<StageKey>>Property StageKeys.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
value: Option<Value<String>>Property Value.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.