Class CfnConfigurationManager
Creates a Quick Setup configuration manager resource.
Inherited Members
Namespace: Amazon.CDK.AwsSsmquicksetup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationManager : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnConfigurationManager
Inherits CfnResource
Implements IInspectable, 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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnConfigurationManager(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnConfigurationManager(Construct, String, ICfnConfigurationManagerProps) |
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. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
ConfigurationDefinitions | The definition of the Quick Setup configuration that the configuration manager deploys. |
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>) |
Constructors
CfnConfigurationManager(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnConfigurationManager(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnConfigurationManager(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnConfigurationManager(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnConfigurationManager(Construct, String, ICfnConfigurationManagerProps)
public CfnConfigurationManager(Construct scope, string id, ICfnConfigurationManagerProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnConfigurationManagerProps
Resource properties.
Properties
AttrCreatedAt
The datetime stamp when the configuration manager was created.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrLastModifiedAt
The datetime stamp when the configuration manager was last updated.
public virtual string AttrLastModifiedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: LastModifiedAt
AttrManagerArn
The ARN of the Quick Setup configuration.
public virtual string AttrManagerArn { get; }
Property Value
System.String
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
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
ConfigurationDefinitions
The definition of the Quick Setup configuration that the configuration manager deploys.
public virtual object ConfigurationDefinitions { get; set; }
Property Value
System.Object
Description
The description of the configuration.
public virtual string Description { get; set; }
Property Value
System.String
Name
The name of the configuration.
public virtual string Name { get; set; }
Property Value
System.String
Tags
Key-value pairs of metadata to assign to the configuration manager.
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
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.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>