Show / Hide Table of Contents

Namespace Amazon.CDK.AWS.SSM

Classes

CfnAssociation

The AWS::SSM::Association resource creates a State Manager association for your managed instances.

CfnAssociation.InstanceAssociationOutputLocationProperty

InstanceAssociationOutputLocation is a property of the AWS::SSM::Association resource that specifies an Amazon S3 bucket where you want to store the results of this association request.

CfnAssociation.S3OutputLocationProperty

S3OutputLocation is a property of the AWS::SSM::Association resource that specifies an Amazon S3 bucket where you want to store the results of this association request.

CfnAssociation.TargetProperty

Target is a property of the AWS::SSM::Association resource that specifies the targets for an SSM document in Systems Manager . You can target all instances in an AWS account by specifying the InstanceIds key with a value of * . To view a JSON and a YAML example that targets all instances, see the example "Create an association for all managed instances in an AWS account " later in this page.

CfnAssociationProps

Properties for defining a CfnAssociation.

CfnDocument

The AWS::SSM::Document resource creates a Systems Manager (SSM) document in AWS Systems Manager .

CfnDocument.AttachmentsSourceProperty

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

CfnDocument.DocumentRequiresProperty

An SSM document required by the current document.

CfnDocumentProps

Properties for defining a CfnDocument.

CfnMaintenanceWindow

The AWS::SSM::MaintenanceWindow resource represents general information about a maintenance window for AWS Systems Manager .

CfnMaintenanceWindowProps

Properties for defining a CfnMaintenanceWindow.

CfnMaintenanceWindowTarget

The AWS::SSM::MaintenanceWindowTarget resource registers a target with a maintenance window for AWS Systems Manager .

CfnMaintenanceWindowTarget.TargetsProperty

The Targets property type specifies adding a target to a maintenance window target in AWS Systems Manager .

CfnMaintenanceWindowTargetProps

Properties for defining a CfnMaintenanceWindowTarget.

CfnMaintenanceWindowTask

The AWS::SSM::MaintenanceWindowTask resource defines information about a task for an AWS Systems Manager maintenance window.

CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty

Configuration options for sending command output to Amazon CloudWatch Logs.

CfnMaintenanceWindowTask.LoggingInfoProperty

The LoggingInfo property type specifies information about the Amazon S3 bucket to write instance-level logs to.

CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty

The MaintenanceWindowAutomationParameters property type specifies the parameters for an AUTOMATION task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty

The MaintenanceWindowLambdaParameters property type specifies the parameters for a LAMBDA task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty

The MaintenanceWindowRunCommandParameters property type specifies the parameters for a RUN_COMMAND task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

CfnMaintenanceWindowTask.NotificationConfigProperty

The NotificationConfig property type specifies configurations for sending notifications for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.TargetProperty

The Target property type specifies targets (either instances or window target IDs).

CfnMaintenanceWindowTask.TaskInvocationParametersProperty

The TaskInvocationParameters property type specifies the task execution parameters for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTaskProps

Properties for defining a CfnMaintenanceWindowTask.

CfnParameter

The AWS::SSM::Parameter resource creates an SSM parameter in AWS Systems Manager Parameter Store.

CfnParameterProps

Properties for defining a CfnParameter.

CfnPatchBaseline

The AWS::SSM::PatchBaseline resource defines the basic information for an AWS Systems Manager patch baseline.

CfnPatchBaseline.PatchFilterGroupProperty

The PatchFilterGroup property type specifies a set of patch filters for an AWS Systems Manager patch baseline, typically used for approval rules for a Systems Manager patch baseline.

CfnPatchBaseline.PatchFilterProperty

The PatchFilter property type defines a patch filter for an AWS Systems Manager patch baseline.

CfnPatchBaseline.PatchSourceProperty

PatchSource is the property type for the Sources resource of the AWS::SSM::PatchBaseline resource.

CfnPatchBaseline.RuleGroupProperty

The RuleGroup property type specifies a set of rules that define the approval rules for an AWS Systems Manager patch baseline.

CfnPatchBaseline.RuleProperty

The Rule property type specifies an approval rule for a Systems Manager patch baseline.

CfnPatchBaselineProps

Properties for defining a CfnPatchBaseline.

CfnResourceDataSync

The AWS::SSM::ResourceDataSync resource creates, updates, or deletes a resource data sync for AWS Systems Manager .

CfnResourceDataSync.AwsOrganizationsSourceProperty

Information about the AwsOrganizationsSource resource data sync source.

CfnResourceDataSync.S3DestinationProperty

Information about the target S3 bucket for the resource data sync.

CfnResourceDataSync.SyncSourceProperty

Information about the source of the data included in the resource data sync.

CfnResourceDataSyncProps

Properties for defining a CfnResourceDataSync.

CfnResourcePolicy

Creates or updates a Systems Manager resource policy.

CfnResourcePolicyProps

Properties for defining a CfnResourcePolicy.

CommonStringParameterAttributes

Common attributes for string parameters.

ListParameterAttributes

Attributes for parameters of string list type.

ParameterOptions

Properties needed to create a new SSM Parameter.

SecureStringParameterAttributes

Attributes for secure string parameters.

StringListParameter

Creates a new StringList SSM Parameter.

StringListParameterProps

Properties needed to create a StringList SSM Parameter.

StringParameter

Creates a new String SSM Parameter.

StringParameterAttributes

Attributes for parameters of various types of string.

StringParameterLookupOptions

Additional properties for looking up an existing StringParameter.

StringParameterProps

Properties needed to create a String SSM parameter.

Interfaces

CfnAssociation.IInstanceAssociationOutputLocationProperty

InstanceAssociationOutputLocation is a property of the AWS::SSM::Association resource that specifies an Amazon S3 bucket where you want to store the results of this association request.

CfnAssociation.IS3OutputLocationProperty

S3OutputLocation is a property of the AWS::SSM::Association resource that specifies an Amazon S3 bucket where you want to store the results of this association request.

CfnAssociation.ITargetProperty

Target is a property of the AWS::SSM::Association resource that specifies the targets for an SSM document in Systems Manager . You can target all instances in an AWS account by specifying the InstanceIds key with a value of * . To view a JSON and a YAML example that targets all instances, see the example "Create an association for all managed instances in an AWS account " later in this page.

CfnDocument.IAttachmentsSourceProperty

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

CfnDocument.IDocumentRequiresProperty

An SSM document required by the current document.

CfnMaintenanceWindowTarget.ITargetsProperty

The Targets property type specifies adding a target to a maintenance window target in AWS Systems Manager .

CfnMaintenanceWindowTask.ICloudWatchOutputConfigProperty

Configuration options for sending command output to Amazon CloudWatch Logs.

CfnMaintenanceWindowTask.ILoggingInfoProperty

The LoggingInfo property type specifies information about the Amazon S3 bucket to write instance-level logs to.

CfnMaintenanceWindowTask.IMaintenanceWindowAutomationParametersProperty

The MaintenanceWindowAutomationParameters property type specifies the parameters for an AUTOMATION task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.IMaintenanceWindowLambdaParametersProperty

The MaintenanceWindowLambdaParameters property type specifies the parameters for a LAMBDA task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.IMaintenanceWindowRunCommandParametersProperty

The MaintenanceWindowRunCommandParameters property type specifies the parameters for a RUN_COMMAND task type for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

CfnMaintenanceWindowTask.INotificationConfigProperty

The NotificationConfig property type specifies configurations for sending notifications for a maintenance window task in AWS Systems Manager .

CfnMaintenanceWindowTask.ITargetProperty

The Target property type specifies targets (either instances or window target IDs).

CfnMaintenanceWindowTask.ITaskInvocationParametersProperty

The TaskInvocationParameters property type specifies the task execution parameters for a maintenance window task in AWS Systems Manager .

CfnPatchBaseline.IPatchFilterGroupProperty

The PatchFilterGroup property type specifies a set of patch filters for an AWS Systems Manager patch baseline, typically used for approval rules for a Systems Manager patch baseline.

CfnPatchBaseline.IPatchFilterProperty

The PatchFilter property type defines a patch filter for an AWS Systems Manager patch baseline.

CfnPatchBaseline.IPatchSourceProperty

PatchSource is the property type for the Sources resource of the AWS::SSM::PatchBaseline resource.

CfnPatchBaseline.IRuleGroupProperty

The RuleGroup property type specifies a set of rules that define the approval rules for an AWS Systems Manager patch baseline.

CfnPatchBaseline.IRuleProperty

The Rule property type specifies an approval rule for a Systems Manager patch baseline.

CfnResourceDataSync.IAwsOrganizationsSourceProperty

Information about the AwsOrganizationsSource resource data sync source.

CfnResourceDataSync.IS3DestinationProperty

Information about the target S3 bucket for the resource data sync.

CfnResourceDataSync.ISyncSourceProperty

Information about the source of the data included in the resource data sync.

ICfnAssociationProps

Properties for defining a CfnAssociation.

ICfnDocumentProps

Properties for defining a CfnDocument.

ICfnMaintenanceWindowProps

Properties for defining a CfnMaintenanceWindow.

ICfnMaintenanceWindowTargetProps

Properties for defining a CfnMaintenanceWindowTarget.

ICfnMaintenanceWindowTaskProps

Properties for defining a CfnMaintenanceWindowTask.

ICfnParameterProps

Properties for defining a CfnParameter.

ICfnPatchBaselineProps

Properties for defining a CfnPatchBaseline.

ICfnResourceDataSyncProps

Properties for defining a CfnResourceDataSync.

ICfnResourcePolicyProps

Properties for defining a CfnResourcePolicy.

ICommonStringParameterAttributes

Common attributes for string parameters.

IListParameterAttributes

Attributes for parameters of string list type.

IParameter

An SSM Parameter reference.

IParameterOptions

Properties needed to create a new SSM Parameter.

ISecureStringParameterAttributes

Attributes for secure string parameters.

IStringListParameter

A StringList SSM Parameter.

IStringListParameterProps

Properties needed to create a StringList SSM Parameter.

IStringParameter

A String SSM Parameter.

IStringParameterAttributes

Attributes for parameters of various types of string.

IStringParameterLookupOptions

Additional properties for looking up an existing StringParameter.

IStringParameterProps

Properties needed to create a String SSM parameter.

Enums

ParameterDataType

SSM parameter data type.

ParameterTier

SSM parameter tier.

ParameterType

(deprecated) SSM parameter type.

ParameterValueType

The type of CFN SSM Parameter.

Back to top Generated by DocFX