Interface IConfiguration
Namespace: Amazon.CDK.AWS.AppConfig
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConfiguration : IConstruct, IDependable
Syntax (vb)
Public Interface IConfiguration Inherits IConstruct, IDependable
Synopsis
Properties
| Application | The application associated with the configuration. |
| ConfigurationProfileId | The ID of the configuration profile. |
| DeployTo | The environments to deploy to. |
| DeploymentKey | The deployment key for the configuration. |
| DeploymentStrategy | The deployment strategy for the configuration. |
| Description | The description of the configuration. |
| Name | The name of the configuration. |
| Type | The configuration type. |
| Validators | The validators for the configuration. |
| VersionNumber | The configuration version number. |
Properties
Application
The application associated with the configuration.
IApplication Application { get; }
Property Value
ConfigurationProfileId
DeployTo
DeploymentKey
DeploymentStrategy
The deployment strategy for the configuration.
IDeploymentStrategy? DeploymentStrategy { get; }