Class CfnConfigurationManager
Creates a Quick Setup configuration manager resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsSsmquicksetup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationManager : CfnResource, IInspectable, IConfigurationManagerRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnConfigurationManager Inherits CfnResource Implements IInspectable, IConfigurationManagerRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_ssmquicksetup;
var cfnConfigurationManager = new CfnConfigurationManager(this, "MyCfnConfigurationManager", new CfnConfigurationManagerProps {
ConfigurationDefinitions = new [] { new ConfigurationDefinitionProperty {
Parameters = new Dictionary<string, string> {
{ "parametersKey", "parameters" }
},
Type = "type",
// the properties below are optional
Id = "id",
LocalDeploymentAdministrationRoleArn = "localDeploymentAdministrationRoleArn",
LocalDeploymentExecutionRoleName = "localDeploymentExecutionRoleName",
TypeVersion = "typeVersion"
} },
// the properties below are optional
Description = "description",
Name = "name",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
| CfnConfigurationManager(Construct, string, ICfnConfigurationManagerProps) | Creates a Quick Setup configuration manager resource. |
Properties
| AttrCreatedAt | The datetime stamp when the configuration manager was created. |
| AttrLastModifiedAt | The datetime stamp when the configuration manager was last updated. |
| AttrManagerArn | The ARN of the Quick Setup configuration. |
| AttrStatusSummaries | Summaries of the state of the configuration manager. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CdkTagManager | Tag Manager which manages the tags for this resource. |
| CfnProperties | Creates a Quick Setup configuration manager resource. |
| ConfigurationDefinitions | The definition of the Quick Setup configuration that the configuration manager deploys. |
| ConfigurationManagerRef | A reference to a ConfigurationManager resource. |
| Description | The description of the configuration. |
| Name | The name of the configuration. |
| Tags | Key-value pairs of metadata to assign to the configuration manager. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| RenderProperties(IDictionary<string, object>) | Creates a Quick Setup configuration manager resource. |
Constructors
CfnConfigurationManager(Construct, string, ICfnConfigurationManagerProps)
Creates a Quick Setup configuration manager resource.
public CfnConfigurationManager(Construct scope, string id, ICfnConfigurationManagerProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnConfigurationManagerProps
Resource properties.
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Properties
AttrCreatedAt
The datetime stamp when the configuration manager was created.
public virtual string AttrCreatedAt { get; }
Property Value
Remarks
CloudformationAttribute: CreatedAt
AttrLastModifiedAt
The datetime stamp when the configuration manager was last updated.
public virtual string AttrLastModifiedAt { get; }
Property Value
Remarks
CloudformationAttribute: LastModifiedAt
AttrManagerArn
The ARN of the Quick Setup configuration.
public virtual string AttrManagerArn { get; }
Property Value
Remarks
CloudformationAttribute: ManagerArn
AttrStatusSummaries
Summaries of the state of the configuration manager.
public virtual IResolvable AttrStatusSummaries { get; }
Property Value
Remarks
These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
CloudformationAttribute: StatusSummaries
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
CfnProperties
Creates a Quick Setup configuration manager resource.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
ConfigurationDefinitions
The definition of the Quick Setup configuration that the configuration manager deploys.
public virtual object ConfigurationDefinitions { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnConfigurationManager.IConfigurationDefinitionProperty)[]
ConfigurationManagerRef
A reference to a ConfigurationManager resource.
public virtual IConfigurationManagerReference ConfigurationManagerRef { get; }
Property Value
IConfigurationManagerReference
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Description
The description of the configuration.
public virtual string? Description { get; set; }
Property Value
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Name
The name of the configuration.
public virtual string? Name { get; set; }
Property Value
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Tags
Key-value pairs of metadata to assign to the configuration manager.
public virtual IDictionary<string, string>? Tags { get; set; }
Property Value
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Creates a Quick Setup configuration manager resource.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager
ExampleMetadata: fixture=_generated