IConfiguration
- class aws_cdk.aws_appconfig.IConfiguration(*args, **kwargs)
Bases:
IConstruct
,Protocol
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.