IConfiguration
- class aws_cdk.aws_appconfig.IConfiguration(*args, **kwargs)
Bases:
IConstruct,ProtocolMethods
- with_(*mixins)
Applies one or more mixins to this construct.
Mixins are applied in order. The list of constructs is captured at the start of the call, so constructs added by a mixin will not be visited.
- Parameters:
mixins (
IMixin) – The mixins to apply.- Return type:
- Returns:
This construct for chaining
Attributes
- application
The application associated with the configuration.
- configuration_profile_id
The ID of the configuration profile.
- deploy_to
The environments to deploy to.
- deployment_key
The deployment key for the configuration.
- deployment_strategy
The deployment strategy for the configuration.
- description
The description of the configuration.
- name
The name of the configuration.
- node
The tree node.
- type
The configuration type.
- validators
The validators for the configuration.
- version_number
The configuration version number.