Show / Hide Table of Contents

Class CfnConfigurationManager

Creates a Quick Setup configuration manager resource.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnConfigurationManager
Implements
IInspectable
IConfigurationManagerRef
IConstruct
IDependable
IEnvironmentAware
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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

string

Remarks

CloudformationAttribute: CreatedAt

AttrLastModifiedAt

The datetime stamp when the configuration manager was last updated.

public virtual string AttrLastModifiedAt { get; }
Property Value

string

Remarks

CloudformationAttribute: LastModifiedAt

AttrManagerArn

The ARN of the Quick Setup configuration.

public virtual string AttrManagerArn { get; }
Property Value

string

Remarks

CloudformationAttribute: ManagerArn

AttrStatusSummaries

Summaries of the state of the configuration manager.

public virtual IResolvable AttrStatusSummaries { get; }
Property Value

IResolvable

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

string

Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager

ExampleMetadata: fixture=_generated

CfnProperties

Creates a Quick Setup configuration manager resource.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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

object

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager

ExampleMetadata: fixture=_generated

Description

The description of the configuration.

public virtual string? Description { get; set; }
Property Value

string

Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager

ExampleMetadata: fixture=_generated

Name

The name of the configuration.

public virtual string? Name { get; set; }
Property Value

string

Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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

IDictionary<string, string>

Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-configurationmanager.html

CloudformationResource: AWS::SSMQuickSetup::ConfigurationManager

ExampleMetadata: fixture=_generated

Implements

IInspectable
IConfigurationManagerRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggableV2
Back to top Generated by DocFX