We recommend new projects start with resources from the AWS provider.
aws-native.ssmquicksetup.ConfigurationManager
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type
Create ConfigurationManager Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConfigurationManager(name: string, args: ConfigurationManagerArgs, opts?: CustomResourceOptions);
@overload
def ConfigurationManager(resource_name: str,
args: ConfigurationManagerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConfigurationManager(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration_definitions: Optional[Sequence[ConfigurationManagerConfigurationDefinitionArgs]] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewConfigurationManager(ctx *Context, name string, args ConfigurationManagerArgs, opts ...ResourceOption) (*ConfigurationManager, error)
public ConfigurationManager(string name, ConfigurationManagerArgs args, CustomResourceOptions? opts = null)
public ConfigurationManager(String name, ConfigurationManagerArgs args)
public ConfigurationManager(String name, ConfigurationManagerArgs args, CustomResourceOptions options)
type: aws-native:ssmquicksetup:ConfigurationManager
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConfigurationManagerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConfigurationManagerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConfigurationManagerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfigurationManagerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConfigurationManagerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ConfigurationManager Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ConfigurationManager resource accepts the following input properties:
- Configuration
Definitions List<Pulumi.Aws Native. Ssm Quick Setup. Inputs. Configuration Manager Configuration Definition> - The definition of the Quick Setup configuration that the configuration manager deploys.
- Description string
- The description of the configuration.
- Name string
- The name of the configuration
- Dictionary<string, string>
- Key-value pairs of metadata to assign to the configuration manager.
- Configuration
Definitions []ConfigurationManager Configuration Definition Args - The definition of the Quick Setup configuration that the configuration manager deploys.
- Description string
- The description of the configuration.
- Name string
- The name of the configuration
- map[string]string
- Key-value pairs of metadata to assign to the configuration manager.
- configuration
Definitions List<ConfigurationManager Configuration Definition> - The definition of the Quick Setup configuration that the configuration manager deploys.
- description String
- The description of the configuration.
- name String
- The name of the configuration
- Map<String,String>
- Key-value pairs of metadata to assign to the configuration manager.
- configuration
Definitions ConfigurationManager Configuration Definition[] - The definition of the Quick Setup configuration that the configuration manager deploys.
- description string
- The description of the configuration.
- name string
- The name of the configuration
- {[key: string]: string}
- Key-value pairs of metadata to assign to the configuration manager.
- configuration_
definitions Sequence[ConfigurationManager Configuration Definition Args] - The definition of the Quick Setup configuration that the configuration manager deploys.
- description str
- The description of the configuration.
- name str
- The name of the configuration
- Mapping[str, str]
- Key-value pairs of metadata to assign to the configuration manager.
- configuration
Definitions List<Property Map> - The definition of the Quick Setup configuration that the configuration manager deploys.
- description String
- The description of the configuration.
- name String
- The name of the configuration
- Map<String>
- Key-value pairs of metadata to assign to the configuration manager.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConfigurationManager resource produces the following output properties:
- Created
At string - The datetime stamp when the configuration manager was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringAt - The datetime stamp when the configuration manager was last updated.
- Manager
Arn string - The ARN of the Quick Setup configuration.
- Status
Summaries List<Pulumi.Aws Native. Ssm Quick Setup. Outputs. Configuration Manager Status Summary> - Summaries of the state of the configuration manager. 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.
- Created
At string - The datetime stamp when the configuration manager was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringAt - The datetime stamp when the configuration manager was last updated.
- Manager
Arn string - The ARN of the Quick Setup configuration.
- Status
Summaries []ConfigurationManager Status Summary - Summaries of the state of the configuration manager. 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.
- created
At String - The datetime stamp when the configuration manager was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringAt - The datetime stamp when the configuration manager was last updated.
- manager
Arn String - The ARN of the Quick Setup configuration.
- status
Summaries List<ConfigurationManager Status Summary> - Summaries of the state of the configuration manager. 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.
- created
At string - The datetime stamp when the configuration manager was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringAt - The datetime stamp when the configuration manager was last updated.
- manager
Arn string - The ARN of the Quick Setup configuration.
- status
Summaries ConfigurationManager Status Summary[] - Summaries of the state of the configuration manager. 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.
- created_
at str - The datetime stamp when the configuration manager was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strat - The datetime stamp when the configuration manager was last updated.
- manager_
arn str - The ARN of the Quick Setup configuration.
- status_
summaries Sequence[ConfigurationManager Status Summary] - Summaries of the state of the configuration manager. 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.
- created
At String - The datetime stamp when the configuration manager was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringAt - The datetime stamp when the configuration manager was last updated.
- manager
Arn String - The ARN of the Quick Setup configuration.
- status
Summaries List<Property Map> - Summaries of the state of the configuration manager. 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.
Supporting Types
ConfigurationManagerConfigurationDefinition, ConfigurationManagerConfigurationDefinitionArgs
- Parameters Dictionary<string, string>
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- Type string
- The type of the Quick Setup configuration.
- Id string
- The ID of the configuration definition.
- Local
Deployment stringAdministration Role Arn - The ARN of the IAM role used to administrate local configuration deployments.
- Local
Deployment stringExecution Role Name - The name of the IAM role used to deploy local configurations.
- Type
Version string - The version of the Quick Setup type used.
- Parameters map[string]string
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- Type string
- The type of the Quick Setup configuration.
- Id string
- The ID of the configuration definition.
- Local
Deployment stringAdministration Role Arn - The ARN of the IAM role used to administrate local configuration deployments.
- Local
Deployment stringExecution Role Name - The name of the IAM role used to deploy local configurations.
- Type
Version string - The version of the Quick Setup type used.
- parameters Map<String,String>
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- type String
- The type of the Quick Setup configuration.
- id String
- The ID of the configuration definition.
- local
Deployment StringAdministration Role Arn - The ARN of the IAM role used to administrate local configuration deployments.
- local
Deployment StringExecution Role Name - The name of the IAM role used to deploy local configurations.
- type
Version String - The version of the Quick Setup type used.
- parameters {[key: string]: string}
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- type string
- The type of the Quick Setup configuration.
- id string
- The ID of the configuration definition.
- local
Deployment stringAdministration Role Arn - The ARN of the IAM role used to administrate local configuration deployments.
- local
Deployment stringExecution Role Name - The name of the IAM role used to deploy local configurations.
- type
Version string - The version of the Quick Setup type used.
- parameters Mapping[str, str]
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- type str
- The type of the Quick Setup configuration.
- id str
- The ID of the configuration definition.
- local_
deployment_ stradministration_ role_ arn - The ARN of the IAM role used to administrate local configuration deployments.
- local_
deployment_ strexecution_ role_ name - The name of the IAM role used to deploy local configurations.
- type_
version str - The version of the Quick Setup type used.
- parameters Map<String>
The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
OpsCenter (Type: AWS QuickSetupType-SSMOpsCenter) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Scheduler (Type: AWS QuickSetupType-Scheduler) - -
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Default Host Management Configuration (Type: AWS QuickSetupType-DHMC) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Resource Explorer (Type: AWS QuickSetupType-ResourceExplorer) - -
SelectedAggregatorRegion
Description: (Required) The AWS Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the
SelectedAggregatorRegion
.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Change Manager (Type: AWS QuickSetupType-SSMChangeMgr) - -
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are
CustomPermissions
andAdminPermissions
. The default value for the parameter isCustomerPermissions
.CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify
CustomPermissions
for thePermissionType
parameter.TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru) - -
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is "
false
".EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "
true
".EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "
true
".EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "
false
".RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Conformance Packs (Type: AWS QuickSetupType-CFGCPacks) - -
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "none
".CPackNames
Description: (Required) A comma separated list of AWS Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
AWS Config Recording (Type: AWS QuickSetupType-CFGRecording) - -
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "
true
".ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "
false
".GlobalResourceTypesRegion
Description: (Optional) Determines the AWS Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "
false
".DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are
NoStreaming
,UseExistingTopic
, andCreateTopic
. The default value isNoStreaming
.CustomDeliveryTopicAccountId
Description: (Optional) The ID of the AWS account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the
UseExistingTopic
notification option.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(7 days)
,rate(1 days)
, andnone
. The default value is "none
".TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Host Management (Type: AWS QuickSetupType-SSMHostMgmt) - -
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "
true
".UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
false
".CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "
true
".ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "
true
".InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "
false
".UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Distributor (Type: AWS QuickSetupType-Distributor) - -
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are
AWSEFSTools
,AWSCWAgent
, andAWSEC2LaunchAgent
.RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are
rate(30 days)
,rate(14 days)
,rate(2 days)
, andnone
. The default value is "rate(30 days)
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
Patch Policy (Type: AWS QuickSetupType-PatchPolicy) - -
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all AWS provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are
Scan
andScanAndInstall
. The default value for the parameter isScan
.ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "
false
".RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "
false
".IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "
false
".OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The AWS Region where the Amazon S3 bucket you want AWS Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want AWS Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are
*
,InstanceIds
,ResourceGroups
, andTags
. Use*
to target all instances in the account.TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify
InstanceIds
for theTargetType
parameter.TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify
Tags
for theTargetType
parameter.ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify
ResourceGroups
for theTargetType
parameter.TargetAccounts
Description: (Optional) The ID of the AWS account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either
TargetAccounts
orTargetOrganizationalUnits
.TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
- type String
- The type of the Quick Setup configuration.
- id String
- The ID of the configuration definition.
- local
Deployment StringAdministration Role Arn - The ARN of the IAM role used to administrate local configuration deployments.
- local
Deployment StringExecution Role Name - The name of the IAM role used to deploy local configurations.
- type
Version String - The version of the Quick Setup type used.
ConfigurationManagerStatus, ConfigurationManagerStatusArgs
- Initializing
- INITIALIZING
- Deploying
- DEPLOYING
- Succeeded
- SUCCEEDED
- Deleting
- DELETING
- Stopping
- STOPPING
- Failed
- FAILED
- Stopped
- STOPPED
- Delete
Failed - DELETE_FAILED
- Stop
Failed - STOP_FAILED
- None
- NONE
- Configuration
Manager Status Initializing - INITIALIZING
- Configuration
Manager Status Deploying - DEPLOYING
- Configuration
Manager Status Succeeded - SUCCEEDED
- Configuration
Manager Status Deleting - DELETING
- Configuration
Manager Status Stopping - STOPPING
- Configuration
Manager Status Failed - FAILED
- Configuration
Manager Status Stopped - STOPPED
- Configuration
Manager Status Delete Failed - DELETE_FAILED
- Configuration
Manager Status Stop Failed - STOP_FAILED
- Configuration
Manager Status None - NONE
- Initializing
- INITIALIZING
- Deploying
- DEPLOYING
- Succeeded
- SUCCEEDED
- Deleting
- DELETING
- Stopping
- STOPPING
- Failed
- FAILED
- Stopped
- STOPPED
- Delete
Failed - DELETE_FAILED
- Stop
Failed - STOP_FAILED
- None
- NONE
- Initializing
- INITIALIZING
- Deploying
- DEPLOYING
- Succeeded
- SUCCEEDED
- Deleting
- DELETING
- Stopping
- STOPPING
- Failed
- FAILED
- Stopped
- STOPPED
- Delete
Failed - DELETE_FAILED
- Stop
Failed - STOP_FAILED
- None
- NONE
- INITIALIZING
- INITIALIZING
- DEPLOYING
- DEPLOYING
- SUCCEEDED
- SUCCEEDED
- DELETING
- DELETING
- STOPPING
- STOPPING
- FAILED
- FAILED
- STOPPED
- STOPPED
- DELETE_FAILED
- DELETE_FAILED
- STOP_FAILED
- STOP_FAILED
- NONE
- NONE
- "INITIALIZING"
- INITIALIZING
- "DEPLOYING"
- DEPLOYING
- "SUCCEEDED"
- SUCCEEDED
- "DELETING"
- DELETING
- "STOPPING"
- STOPPING
- "FAILED"
- FAILED
- "STOPPED"
- STOPPED
- "DELETE_FAILED"
- DELETE_FAILED
- "STOP_FAILED"
- STOP_FAILED
- "NONE"
- NONE
ConfigurationManagerStatusSummary, ConfigurationManagerStatusSummaryArgs
- Last
Updated stringAt - The datetime stamp when the status was last updated.
- Status
Type Pulumi.Aws Native. Ssm Quick Setup. Configuration Manager Status Type - The type of a status summary.
- Status
Pulumi.
Aws Native. Ssm Quick Setup. Configuration Manager Status - The current status.
- Status
Details Dictionary<string, string> - Details about the status.
- Status
Message string - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- Last
Updated stringAt - The datetime stamp when the status was last updated.
- Status
Type ConfigurationManager Status Type - The type of a status summary.
- Status
Configuration
Manager Status - The current status.
- Status
Details map[string]string - Details about the status.
- Status
Message string - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- last
Updated StringAt - The datetime stamp when the status was last updated.
- status
Type ConfigurationManager Status Type - The type of a status summary.
- status
Configuration
Manager Status - The current status.
- status
Details Map<String,String> - Details about the status.
- status
Message String - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- last
Updated stringAt - The datetime stamp when the status was last updated.
- status
Type ConfigurationManager Status Type - The type of a status summary.
- status
Configuration
Manager Status - The current status.
- status
Details {[key: string]: string} - Details about the status.
- status
Message string - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- last_
updated_ strat - The datetime stamp when the status was last updated.
- status_
type ConfigurationManager Status Type - The type of a status summary.
- status
Configuration
Manager Status - The current status.
- status_
details Mapping[str, str] - Details about the status.
- status_
message str - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- last
Updated StringAt - The datetime stamp when the status was last updated.
- status
Type "Deployment" | "AsyncExecutions" - The type of a status summary.
- status "INITIALIZING" | "DEPLOYING" | "SUCCEEDED" | "DELETING" | "STOPPING" | "FAILED" | "STOPPED" | "DELETE_FAILED" | "STOP_FAILED" | "NONE"
- The current status.
- status
Details Map<String> - Details about the status.
- status
Message String - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
ConfigurationManagerStatusType, ConfigurationManagerStatusTypeArgs
- Deployment
- Deployment
- Async
Executions - AsyncExecutions
- Configuration
Manager Status Type Deployment - Deployment
- Configuration
Manager Status Type Async Executions - AsyncExecutions
- Deployment
- Deployment
- Async
Executions - AsyncExecutions
- Deployment
- Deployment
- Async
Executions - AsyncExecutions
- DEPLOYMENT
- Deployment
- ASYNC_EXECUTIONS
- AsyncExecutions
- "Deployment"
- Deployment
- "Async
Executions" - AsyncExecutions
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.