Namespace Amazon.CDK.AWS.SSM
Classes
- CfnAssociation
A CloudFormation
AWS::SSM::Association.
- CfnAssociation.InstanceAssociationOutputLocationProperty
InstanceAssociationOutputLocationis 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
S3OutputLocationis 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
Targetis 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 theInstanceIdskey with a value of*. To view a JSON and a YAML example that targets all instances, see "Create an association for all managed instances in an AWS account " on the Examples page.
- CfnAssociationProps
Properties for defining a
CfnAssociation.
- CfnDocument
A CloudFormation
AWS::SSM::Document.
- 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
A CloudFormation
AWS::SSM::MaintenanceWindow.
- CfnMaintenanceWindowProps
Properties for defining a
CfnMaintenanceWindow.
- CfnMaintenanceWindowTarget
A CloudFormation
AWS::SSM::MaintenanceWindowTarget.
- CfnMaintenanceWindowTarget.TargetsProperty
The
Targetsproperty type specifies adding a target to a maintenance window target in AWS Systems Manager .
- CfnMaintenanceWindowTargetProps
Properties for defining a
CfnMaintenanceWindowTarget.
- CfnMaintenanceWindowTask
A CloudFormation
AWS::SSM::MaintenanceWindowTask.
- CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty
Configuration options for sending command output to Amazon CloudWatch Logs.
- CfnMaintenanceWindowTask.LoggingInfoProperty
The
LoggingInfoproperty type specifies information about the Amazon S3 bucket to write instance-level logs to.
- CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty
The
MaintenanceWindowAutomationParametersproperty type specifies the parameters for anAUTOMATIONtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
The
MaintenanceWindowLambdaParametersproperty type specifies the parameters for aLAMBDAtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The
MaintenanceWindowRunCommandParametersproperty type specifies the parameters for aRUN_COMMANDtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
The
MaintenanceWindowStepFunctionsParametersproperty type specifies the parameters for the execution of aSTEP_FUNCTIONStask in a Systems Manager maintenance window.
- CfnMaintenanceWindowTask.NotificationConfigProperty
The
NotificationConfigproperty type specifies configurations for sending notifications for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.TargetProperty
The
Targetproperty type specifies targets (either instances or window target IDs).
- CfnMaintenanceWindowTask.TaskInvocationParametersProperty
The
TaskInvocationParametersproperty type specifies the task execution parameters for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTaskProps
Properties for defining a
CfnMaintenanceWindowTask.
- CfnParameter
A CloudFormation
AWS::SSM::Parameter.
- CfnParameterProps
Properties for defining a
CfnParameter.
- CfnPatchBaseline
A CloudFormation
AWS::SSM::PatchBaseline.
- CfnPatchBaseline.PatchFilterGroupProperty
The
PatchFilterGroupproperty 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
PatchFilterproperty type defines a patch filter for an AWS Systems Manager patch baseline.
- CfnPatchBaseline.PatchSourceProperty
PatchSourceis the property type for theSourcesresource of the AWS::SSM::PatchBaseline resource.
- CfnPatchBaseline.RuleGroupProperty
The
RuleGroupproperty type specifies a set of rules that define the approval rules for an AWS Systems Manager patch baseline.
- CfnPatchBaseline.RuleProperty
The
Ruleproperty type specifies an approval rule for a Systems Manager patch baseline.
- CfnPatchBaselineProps
Properties for defining a
CfnPatchBaseline.
- CfnResourceDataSync
A CloudFormation
AWS::SSM::ResourceDataSync.
- CfnResourceDataSync.AwsOrganizationsSourceProperty
Information about the
AwsOrganizationsSourceresource 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
A CloudFormation
AWS::SSM::ResourcePolicy.
- CfnResourcePolicyProps
Properties for defining a
CfnResourcePolicy.
- CommonStringParameterAttributes
Common attributes for string parameters.
- 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.
- StringParameterProps
Properties needed to create a String SSM parameter.
Interfaces
- CfnAssociation.IInstanceAssociationOutputLocationProperty
InstanceAssociationOutputLocationis 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
S3OutputLocationis 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
Targetis 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 theInstanceIdskey with a value of*. To view a JSON and a YAML example that targets all instances, see "Create an association for all managed instances in an AWS account " on the Examples 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
Targetsproperty 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
LoggingInfoproperty type specifies information about the Amazon S3 bucket to write instance-level logs to.
- CfnMaintenanceWindowTask.IMaintenanceWindowAutomationParametersProperty
The
MaintenanceWindowAutomationParametersproperty type specifies the parameters for anAUTOMATIONtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.IMaintenanceWindowLambdaParametersProperty
The
MaintenanceWindowLambdaParametersproperty type specifies the parameters for aLAMBDAtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.IMaintenanceWindowRunCommandParametersProperty
The
MaintenanceWindowRunCommandParametersproperty type specifies the parameters for aRUN_COMMANDtask type for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
The
MaintenanceWindowStepFunctionsParametersproperty type specifies the parameters for the execution of aSTEP_FUNCTIONStask in a Systems Manager maintenance window.
- CfnMaintenanceWindowTask.INotificationConfigProperty
The
NotificationConfigproperty type specifies configurations for sending notifications for a maintenance window task in AWS Systems Manager .
- CfnMaintenanceWindowTask.ITargetProperty
The
Targetproperty type specifies targets (either instances or window target IDs).
- CfnMaintenanceWindowTask.ITaskInvocationParametersProperty
The
TaskInvocationParametersproperty type specifies the task execution parameters for a maintenance window task in AWS Systems Manager .
- CfnPatchBaseline.IPatchFilterGroupProperty
The
PatchFilterGroupproperty 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
PatchFilterproperty type defines a patch filter for an AWS Systems Manager patch baseline.
- CfnPatchBaseline.IPatchSourceProperty
PatchSourceis the property type for theSourcesresource of the AWS::SSM::PatchBaseline resource.
- CfnPatchBaseline.IRuleGroupProperty
The
RuleGroupproperty type specifies a set of rules that define the approval rules for an AWS Systems Manager patch baseline.
- CfnPatchBaseline.IRuleProperty
The
Ruleproperty type specifies an approval rule for a Systems Manager patch baseline.
- CfnResourceDataSync.IAwsOrganizationsSourceProperty
Information about the
AwsOrganizationsSourceresource 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.
- 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.
- IStringParameterProps
Properties needed to create a String SSM parameter.
Enums
- ParameterDataType
SSM parameter data type.
- ParameterTier
SSM parameter tier.
- ParameterType
SSM parameter type.