ssmquicksetup

package
v0.0.1-alpha.101 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigurationManagerStatusInitializing = ConfigurationManagerStatus("INITIALIZING")
	ConfigurationManagerStatusDeploying    = ConfigurationManagerStatus("DEPLOYING")
	ConfigurationManagerStatusSucceeded    = ConfigurationManagerStatus("SUCCEEDED")
	ConfigurationManagerStatusDeleting     = ConfigurationManagerStatus("DELETING")
	ConfigurationManagerStatusStopping     = ConfigurationManagerStatus("STOPPING")
	ConfigurationManagerStatusFailed       = ConfigurationManagerStatus("FAILED")
	ConfigurationManagerStatusStopped      = ConfigurationManagerStatus("STOPPED")
	ConfigurationManagerStatusDeleteFailed = ConfigurationManagerStatus("DELETE_FAILED")
	ConfigurationManagerStatusStopFailed   = ConfigurationManagerStatus("STOP_FAILED")
	ConfigurationManagerStatusNone         = ConfigurationManagerStatus("NONE")
)
View Source
const (
	ConfigurationManagerStatusTypeDeployment      = ConfigurationManagerStatusType("Deployment")
	ConfigurationManagerStatusTypeAsyncExecutions = ConfigurationManagerStatusType("AsyncExecutions")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationManager

type ConfigurationManager struct {
	pulumi.CustomResourceState

	// The definition of the Quick Setup configuration that the configuration manager deploys.
	ConfigurationDefinitions ConfigurationManagerConfigurationDefinitionArrayOutput `pulumi:"configurationDefinitions"`
	// The datetime stamp when the configuration manager was created.
	CreatedAt pulumi.StringOutput `pulumi:"createdAt"`
	// The description of the configuration.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// The datetime stamp when the configuration manager was last updated.
	LastModifiedAt pulumi.StringOutput `pulumi:"lastModifiedAt"`
	// The ARN of the Quick Setup configuration.
	ManagerArn pulumi.StringOutput `pulumi:"managerArn"`
	// The name of the configuration
	Name pulumi.StringPtrOutput `pulumi:"name"`
	// 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.
	StatusSummaries ConfigurationManagerStatusSummaryArrayOutput `pulumi:"statusSummaries"`
	// Key-value pairs of metadata to assign to the configuration manager.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
}

Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type

func GetConfigurationManager

func GetConfigurationManager(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConfigurationManagerState, opts ...pulumi.ResourceOption) (*ConfigurationManager, error)

GetConfigurationManager gets an existing ConfigurationManager resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConfigurationManager

func NewConfigurationManager(ctx *pulumi.Context,
	name string, args *ConfigurationManagerArgs, opts ...pulumi.ResourceOption) (*ConfigurationManager, error)

NewConfigurationManager registers a new resource with the given unique name, arguments, and options.

func (*ConfigurationManager) ElementType

func (*ConfigurationManager) ElementType() reflect.Type

func (*ConfigurationManager) ToConfigurationManagerOutput

func (i *ConfigurationManager) ToConfigurationManagerOutput() ConfigurationManagerOutput

func (*ConfigurationManager) ToConfigurationManagerOutputWithContext

func (i *ConfigurationManager) ToConfigurationManagerOutputWithContext(ctx context.Context) ConfigurationManagerOutput

type ConfigurationManagerArgs

type ConfigurationManagerArgs struct {
	// The definition of the Quick Setup configuration that the configuration manager deploys.
	ConfigurationDefinitions ConfigurationManagerConfigurationDefinitionArrayInput
	// The description of the configuration.
	Description pulumi.StringPtrInput
	// The name of the configuration
	Name pulumi.StringPtrInput
	// Key-value pairs of metadata to assign to the configuration manager.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a ConfigurationManager resource.

func (ConfigurationManagerArgs) ElementType

func (ConfigurationManagerArgs) ElementType() reflect.Type

type ConfigurationManagerConfigurationDefinition

type ConfigurationManagerConfigurationDefinition struct {
	// The ID of the configuration definition.
	Id *string `pulumi:"id"`
	// The ARN of the IAM role used to administrate local configuration deployments.
	LocalDeploymentAdministrationRoleArn *string `pulumi:"localDeploymentAdministrationRoleArn"`
	// The name of the IAM role used to deploy local configurations.
	LocalDeploymentExecutionRoleName *string `pulumi:"localDeploymentExecutionRoleName"`
	// The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following lists outline the parameters for each configuration type.
	//
	// - **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` , and `CreateTopic` . The default value is `NoStreaming` .
	// - `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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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` and `AdminPermissions` . The default value for the parameter is `CustomerPermissions` .
	// - `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 the `PermissionType` 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.
	// - **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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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` , and `AWSEC2LaunchAgent` .
	// - `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)` , and `none` . 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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` and `ScanAndInstall` . The default value for the parameter is `Scan` .
	// - `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) Determines whether instances are rebooted after patches are installed. Valid values are `RebootIfNeeded` and `NoReboot` .
	// - `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 to deliver command output to is located.
	// - `OutputS3BucketName`
	//
	// - Description: (Optional) The name of the Amazon S3 bucket you want 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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` or `TargetOrganizationalUnits` .
	// - `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.
	Parameters map[string]string `pulumi:"parameters"`
	// The type of the Quick Setup configuration.
	Type string `pulumi:"type"`
	// The version of the Quick Setup type used.
	TypeVersion *string `pulumi:"typeVersion"`
}

type ConfigurationManagerConfigurationDefinitionArgs

type ConfigurationManagerConfigurationDefinitionArgs struct {
	// The ID of the configuration definition.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// The ARN of the IAM role used to administrate local configuration deployments.
	LocalDeploymentAdministrationRoleArn pulumi.StringPtrInput `pulumi:"localDeploymentAdministrationRoleArn"`
	// The name of the IAM role used to deploy local configurations.
	LocalDeploymentExecutionRoleName pulumi.StringPtrInput `pulumi:"localDeploymentExecutionRoleName"`
	// The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following lists outline the parameters for each configuration type.
	//
	// - **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` , and `CreateTopic` . The default value is `NoStreaming` .
	// - `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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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` and `AdminPermissions` . The default value for the parameter is `CustomerPermissions` .
	// - `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 the `PermissionType` 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.
	// - **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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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)` , and `none` . 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` or `TargetOrganizationalUnits` .
	// - `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` , and `AWSEC2LaunchAgent` .
	// - `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)` , and `none` . 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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` and `ScanAndInstall` . The default value for the parameter is `Scan` .
	// - `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) Determines whether instances are rebooted after patches are installed. Valid values are `RebootIfNeeded` and `NoReboot` .
	// - `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 to deliver command output to is located.
	// - `OutputS3BucketName`
	//
	// - Description: (Optional) The name of the Amazon S3 bucket you want 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` .
	// - `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.
	// - **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.
	// - **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` or `TargetOrganizationalUnits` .
	// - `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.
	Parameters pulumi.StringMapInput `pulumi:"parameters"`
	// The type of the Quick Setup configuration.
	Type pulumi.StringInput `pulumi:"type"`
	// The version of the Quick Setup type used.
	TypeVersion pulumi.StringPtrInput `pulumi:"typeVersion"`
}

func (ConfigurationManagerConfigurationDefinitionArgs) ElementType

func (ConfigurationManagerConfigurationDefinitionArgs) ToConfigurationManagerConfigurationDefinitionOutput

func (i ConfigurationManagerConfigurationDefinitionArgs) ToConfigurationManagerConfigurationDefinitionOutput() ConfigurationManagerConfigurationDefinitionOutput

func (ConfigurationManagerConfigurationDefinitionArgs) ToConfigurationManagerConfigurationDefinitionOutputWithContext

func (i ConfigurationManagerConfigurationDefinitionArgs) ToConfigurationManagerConfigurationDefinitionOutputWithContext(ctx context.Context) ConfigurationManagerConfigurationDefinitionOutput

type ConfigurationManagerConfigurationDefinitionArray

type ConfigurationManagerConfigurationDefinitionArray []ConfigurationManagerConfigurationDefinitionInput

func (ConfigurationManagerConfigurationDefinitionArray) ElementType

func (ConfigurationManagerConfigurationDefinitionArray) ToConfigurationManagerConfigurationDefinitionArrayOutput

func (i ConfigurationManagerConfigurationDefinitionArray) ToConfigurationManagerConfigurationDefinitionArrayOutput() ConfigurationManagerConfigurationDefinitionArrayOutput

func (ConfigurationManagerConfigurationDefinitionArray) ToConfigurationManagerConfigurationDefinitionArrayOutputWithContext

func (i ConfigurationManagerConfigurationDefinitionArray) ToConfigurationManagerConfigurationDefinitionArrayOutputWithContext(ctx context.Context) ConfigurationManagerConfigurationDefinitionArrayOutput

type ConfigurationManagerConfigurationDefinitionArrayInput

type ConfigurationManagerConfigurationDefinitionArrayInput interface {
	pulumi.Input

	ToConfigurationManagerConfigurationDefinitionArrayOutput() ConfigurationManagerConfigurationDefinitionArrayOutput
	ToConfigurationManagerConfigurationDefinitionArrayOutputWithContext(context.Context) ConfigurationManagerConfigurationDefinitionArrayOutput
}

ConfigurationManagerConfigurationDefinitionArrayInput is an input type that accepts ConfigurationManagerConfigurationDefinitionArray and ConfigurationManagerConfigurationDefinitionArrayOutput values. You can construct a concrete instance of `ConfigurationManagerConfigurationDefinitionArrayInput` via:

ConfigurationManagerConfigurationDefinitionArray{ ConfigurationManagerConfigurationDefinitionArgs{...} }

type ConfigurationManagerConfigurationDefinitionArrayOutput

type ConfigurationManagerConfigurationDefinitionArrayOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerConfigurationDefinitionArrayOutput) ElementType

func (ConfigurationManagerConfigurationDefinitionArrayOutput) Index

func (ConfigurationManagerConfigurationDefinitionArrayOutput) ToConfigurationManagerConfigurationDefinitionArrayOutput

func (ConfigurationManagerConfigurationDefinitionArrayOutput) ToConfigurationManagerConfigurationDefinitionArrayOutputWithContext

func (o ConfigurationManagerConfigurationDefinitionArrayOutput) ToConfigurationManagerConfigurationDefinitionArrayOutputWithContext(ctx context.Context) ConfigurationManagerConfigurationDefinitionArrayOutput

type ConfigurationManagerConfigurationDefinitionInput

type ConfigurationManagerConfigurationDefinitionInput interface {
	pulumi.Input

	ToConfigurationManagerConfigurationDefinitionOutput() ConfigurationManagerConfigurationDefinitionOutput
	ToConfigurationManagerConfigurationDefinitionOutputWithContext(context.Context) ConfigurationManagerConfigurationDefinitionOutput
}

ConfigurationManagerConfigurationDefinitionInput is an input type that accepts ConfigurationManagerConfigurationDefinitionArgs and ConfigurationManagerConfigurationDefinitionOutput values. You can construct a concrete instance of `ConfigurationManagerConfigurationDefinitionInput` via:

ConfigurationManagerConfigurationDefinitionArgs{...}

type ConfigurationManagerConfigurationDefinitionOutput

type ConfigurationManagerConfigurationDefinitionOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerConfigurationDefinitionOutput) ElementType

func (ConfigurationManagerConfigurationDefinitionOutput) Id

The ID of the configuration definition.

func (ConfigurationManagerConfigurationDefinitionOutput) LocalDeploymentAdministrationRoleArn

func (o ConfigurationManagerConfigurationDefinitionOutput) LocalDeploymentAdministrationRoleArn() pulumi.StringPtrOutput

The ARN of the IAM role used to administrate local configuration deployments.

func (ConfigurationManagerConfigurationDefinitionOutput) LocalDeploymentExecutionRoleName

func (o ConfigurationManagerConfigurationDefinitionOutput) LocalDeploymentExecutionRoleName() pulumi.StringPtrOutput

The name of the IAM role used to deploy local configurations.

func (ConfigurationManagerConfigurationDefinitionOutput) Parameters

The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following lists outline the parameters for each configuration type.

- **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` , and `CreateTopic` . The default value is `NoStreaming` . - `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)` , and `none` . 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` or `TargetOrganizationalUnits` . - `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. - **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` and `AdminPermissions` . The default value for the parameter is `CustomerPermissions` . - `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 the `PermissionType` 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. - **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)` , and `none` . 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` or `TargetOrganizationalUnits` . - `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. - **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. - **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)` , and `none` . 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` or `TargetOrganizationalUnits` . - `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` , and `AWSEC2LaunchAgent` . - `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)` , and `none` . 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` . - `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. - **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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` . - `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. - **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. - **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` and `ScanAndInstall` . The default value for the parameter is `Scan` . - `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) Determines whether instances are rebooted after patches are installed. Valid values are `RebootIfNeeded` and `NoReboot` . - `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 to deliver command output to is located. - `OutputS3BucketName`

- Description: (Optional) The name of the Amazon S3 bucket you want 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` , and `Tags` . 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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 the `TargetType` 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` or `TargetOrganizationalUnits` . - `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. - **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. - **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` or `TargetOrganizationalUnits` . - `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.

func (ConfigurationManagerConfigurationDefinitionOutput) ToConfigurationManagerConfigurationDefinitionOutput

func (o ConfigurationManagerConfigurationDefinitionOutput) ToConfigurationManagerConfigurationDefinitionOutput() ConfigurationManagerConfigurationDefinitionOutput

func (ConfigurationManagerConfigurationDefinitionOutput) ToConfigurationManagerConfigurationDefinitionOutputWithContext

func (o ConfigurationManagerConfigurationDefinitionOutput) ToConfigurationManagerConfigurationDefinitionOutputWithContext(ctx context.Context) ConfigurationManagerConfigurationDefinitionOutput

func (ConfigurationManagerConfigurationDefinitionOutput) Type

The type of the Quick Setup configuration.

func (ConfigurationManagerConfigurationDefinitionOutput) TypeVersion

The version of the Quick Setup type used.

type ConfigurationManagerInput

type ConfigurationManagerInput interface {
	pulumi.Input

	ToConfigurationManagerOutput() ConfigurationManagerOutput
	ToConfigurationManagerOutputWithContext(ctx context.Context) ConfigurationManagerOutput
}

type ConfigurationManagerOutput

type ConfigurationManagerOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerOutput) ConfigurationDefinitions

The definition of the Quick Setup configuration that the configuration manager deploys.

func (ConfigurationManagerOutput) CreatedAt

The datetime stamp when the configuration manager was created.

func (ConfigurationManagerOutput) Description

The description of the configuration.

func (ConfigurationManagerOutput) ElementType

func (ConfigurationManagerOutput) ElementType() reflect.Type

func (ConfigurationManagerOutput) LastModifiedAt

func (o ConfigurationManagerOutput) LastModifiedAt() pulumi.StringOutput

The datetime stamp when the configuration manager was last updated.

func (ConfigurationManagerOutput) ManagerArn

The ARN of the Quick Setup configuration.

func (ConfigurationManagerOutput) Name

The name of the configuration

func (ConfigurationManagerOutput) StatusSummaries

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.

func (ConfigurationManagerOutput) Tags

Key-value pairs of metadata to assign to the configuration manager.

func (ConfigurationManagerOutput) ToConfigurationManagerOutput

func (o ConfigurationManagerOutput) ToConfigurationManagerOutput() ConfigurationManagerOutput

func (ConfigurationManagerOutput) ToConfigurationManagerOutputWithContext

func (o ConfigurationManagerOutput) ToConfigurationManagerOutputWithContext(ctx context.Context) ConfigurationManagerOutput

type ConfigurationManagerState

type ConfigurationManagerState struct {
}

func (ConfigurationManagerState) ElementType

func (ConfigurationManagerState) ElementType() reflect.Type

type ConfigurationManagerStatus

type ConfigurationManagerStatus string

type ConfigurationManagerStatusOutput

type ConfigurationManagerStatusOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusOutput) ElementType

func (ConfigurationManagerStatusOutput) ToConfigurationManagerStatusOutput

func (o ConfigurationManagerStatusOutput) ToConfigurationManagerStatusOutput() ConfigurationManagerStatusOutput

func (ConfigurationManagerStatusOutput) ToConfigurationManagerStatusOutputWithContext

func (o ConfigurationManagerStatusOutput) ToConfigurationManagerStatusOutputWithContext(ctx context.Context) ConfigurationManagerStatusOutput

func (ConfigurationManagerStatusOutput) ToConfigurationManagerStatusPtrOutput

func (o ConfigurationManagerStatusOutput) ToConfigurationManagerStatusPtrOutput() ConfigurationManagerStatusPtrOutput

func (ConfigurationManagerStatusOutput) ToConfigurationManagerStatusPtrOutputWithContext

func (o ConfigurationManagerStatusOutput) ToConfigurationManagerStatusPtrOutputWithContext(ctx context.Context) ConfigurationManagerStatusPtrOutput

func (ConfigurationManagerStatusOutput) ToStringOutput

func (ConfigurationManagerStatusOutput) ToStringOutputWithContext

func (o ConfigurationManagerStatusOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ConfigurationManagerStatusOutput) ToStringPtrOutput

func (ConfigurationManagerStatusOutput) ToStringPtrOutputWithContext

func (o ConfigurationManagerStatusOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ConfigurationManagerStatusPtrOutput

type ConfigurationManagerStatusPtrOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusPtrOutput) Elem

func (ConfigurationManagerStatusPtrOutput) ElementType

func (ConfigurationManagerStatusPtrOutput) ToConfigurationManagerStatusPtrOutput

func (o ConfigurationManagerStatusPtrOutput) ToConfigurationManagerStatusPtrOutput() ConfigurationManagerStatusPtrOutput

func (ConfigurationManagerStatusPtrOutput) ToConfigurationManagerStatusPtrOutputWithContext

func (o ConfigurationManagerStatusPtrOutput) ToConfigurationManagerStatusPtrOutputWithContext(ctx context.Context) ConfigurationManagerStatusPtrOutput

func (ConfigurationManagerStatusPtrOutput) ToStringPtrOutput

func (ConfigurationManagerStatusPtrOutput) ToStringPtrOutputWithContext

func (o ConfigurationManagerStatusPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ConfigurationManagerStatusSummary

type ConfigurationManagerStatusSummary struct {
	// The datetime stamp when the status was last updated.
	LastUpdatedAt string `pulumi:"lastUpdatedAt"`
	// The current status.
	Status *ConfigurationManagerStatus `pulumi:"status"`
	// Details about the status.
	StatusDetails map[string]string `pulumi:"statusDetails"`
	// 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.
	StatusMessage *string `pulumi:"statusMessage"`
	// The type of a status summary.
	StatusType ConfigurationManagerStatusType `pulumi:"statusType"`
}

type ConfigurationManagerStatusSummaryArrayOutput

type ConfigurationManagerStatusSummaryArrayOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusSummaryArrayOutput) ElementType

func (ConfigurationManagerStatusSummaryArrayOutput) Index

func (ConfigurationManagerStatusSummaryArrayOutput) ToConfigurationManagerStatusSummaryArrayOutput

func (o ConfigurationManagerStatusSummaryArrayOutput) ToConfigurationManagerStatusSummaryArrayOutput() ConfigurationManagerStatusSummaryArrayOutput

func (ConfigurationManagerStatusSummaryArrayOutput) ToConfigurationManagerStatusSummaryArrayOutputWithContext

func (o ConfigurationManagerStatusSummaryArrayOutput) ToConfigurationManagerStatusSummaryArrayOutputWithContext(ctx context.Context) ConfigurationManagerStatusSummaryArrayOutput

type ConfigurationManagerStatusSummaryOutput

type ConfigurationManagerStatusSummaryOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusSummaryOutput) ElementType

func (ConfigurationManagerStatusSummaryOutput) LastUpdatedAt

The datetime stamp when the status was last updated.

func (ConfigurationManagerStatusSummaryOutput) Status

The current status.

func (ConfigurationManagerStatusSummaryOutput) StatusDetails

Details about the status.

func (ConfigurationManagerStatusSummaryOutput) StatusMessage

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.

func (ConfigurationManagerStatusSummaryOutput) StatusType

The type of a status summary.

func (ConfigurationManagerStatusSummaryOutput) ToConfigurationManagerStatusSummaryOutput

func (o ConfigurationManagerStatusSummaryOutput) ToConfigurationManagerStatusSummaryOutput() ConfigurationManagerStatusSummaryOutput

func (ConfigurationManagerStatusSummaryOutput) ToConfigurationManagerStatusSummaryOutputWithContext

func (o ConfigurationManagerStatusSummaryOutput) ToConfigurationManagerStatusSummaryOutputWithContext(ctx context.Context) ConfigurationManagerStatusSummaryOutput

type ConfigurationManagerStatusType

type ConfigurationManagerStatusType string

type ConfigurationManagerStatusTypeOutput

type ConfigurationManagerStatusTypeOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusTypeOutput) ElementType

func (ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypeOutput

func (o ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypeOutput() ConfigurationManagerStatusTypeOutput

func (ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypeOutputWithContext

func (o ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypeOutputWithContext(ctx context.Context) ConfigurationManagerStatusTypeOutput

func (ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypePtrOutput

func (o ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypePtrOutput() ConfigurationManagerStatusTypePtrOutput

func (ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypePtrOutputWithContext

func (o ConfigurationManagerStatusTypeOutput) ToConfigurationManagerStatusTypePtrOutputWithContext(ctx context.Context) ConfigurationManagerStatusTypePtrOutput

func (ConfigurationManagerStatusTypeOutput) ToStringOutput

func (ConfigurationManagerStatusTypeOutput) ToStringOutputWithContext

func (o ConfigurationManagerStatusTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ConfigurationManagerStatusTypeOutput) ToStringPtrOutput

func (ConfigurationManagerStatusTypeOutput) ToStringPtrOutputWithContext

func (o ConfigurationManagerStatusTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ConfigurationManagerStatusTypePtrOutput

type ConfigurationManagerStatusTypePtrOutput struct{ *pulumi.OutputState }

func (ConfigurationManagerStatusTypePtrOutput) Elem

func (ConfigurationManagerStatusTypePtrOutput) ElementType

func (ConfigurationManagerStatusTypePtrOutput) ToConfigurationManagerStatusTypePtrOutput

func (o ConfigurationManagerStatusTypePtrOutput) ToConfigurationManagerStatusTypePtrOutput() ConfigurationManagerStatusTypePtrOutput

func (ConfigurationManagerStatusTypePtrOutput) ToConfigurationManagerStatusTypePtrOutputWithContext

func (o ConfigurationManagerStatusTypePtrOutput) ToConfigurationManagerStatusTypePtrOutputWithContext(ctx context.Context) ConfigurationManagerStatusTypePtrOutput

func (ConfigurationManagerStatusTypePtrOutput) ToStringPtrOutput

func (ConfigurationManagerStatusTypePtrOutput) ToStringPtrOutputWithContext

type LookupConfigurationManagerArgs

type LookupConfigurationManagerArgs struct {
	// The ARN of the Quick Setup configuration.
	ManagerArn string `pulumi:"managerArn"`
}

type LookupConfigurationManagerOutputArgs

type LookupConfigurationManagerOutputArgs struct {
	// The ARN of the Quick Setup configuration.
	ManagerArn pulumi.StringInput `pulumi:"managerArn"`
}

func (LookupConfigurationManagerOutputArgs) ElementType

type LookupConfigurationManagerResult

type LookupConfigurationManagerResult struct {
	// The definition of the Quick Setup configuration that the configuration manager deploys.
	ConfigurationDefinitions []ConfigurationManagerConfigurationDefinition `pulumi:"configurationDefinitions"`
	// The datetime stamp when the configuration manager was created.
	CreatedAt *string `pulumi:"createdAt"`
	// The description of the configuration.
	Description *string `pulumi:"description"`
	// The datetime stamp when the configuration manager was last updated.
	LastModifiedAt *string `pulumi:"lastModifiedAt"`
	// The ARN of the Quick Setup configuration.
	ManagerArn *string `pulumi:"managerArn"`
	// The name of the configuration
	Name *string `pulumi:"name"`
	// 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.
	StatusSummaries []ConfigurationManagerStatusSummary `pulumi:"statusSummaries"`
	// Key-value pairs of metadata to assign to the configuration manager.
	Tags map[string]string `pulumi:"tags"`
}

func LookupConfigurationManager

func LookupConfigurationManager(ctx *pulumi.Context, args *LookupConfigurationManagerArgs, opts ...pulumi.InvokeOption) (*LookupConfigurationManagerResult, error)

Definition of AWS::SSMQuickSetup::ConfigurationManager Resource Type

type LookupConfigurationManagerResultOutput

type LookupConfigurationManagerResultOutput struct{ *pulumi.OutputState }

func (LookupConfigurationManagerResultOutput) ConfigurationDefinitions

The definition of the Quick Setup configuration that the configuration manager deploys.

func (LookupConfigurationManagerResultOutput) CreatedAt

The datetime stamp when the configuration manager was created.

func (LookupConfigurationManagerResultOutput) Description

The description of the configuration.

func (LookupConfigurationManagerResultOutput) ElementType

func (LookupConfigurationManagerResultOutput) LastModifiedAt

The datetime stamp when the configuration manager was last updated.

func (LookupConfigurationManagerResultOutput) ManagerArn

The ARN of the Quick Setup configuration.

func (LookupConfigurationManagerResultOutput) Name

The name of the configuration

func (LookupConfigurationManagerResultOutput) StatusSummaries

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.

func (LookupConfigurationManagerResultOutput) Tags

Key-value pairs of metadata to assign to the configuration manager.

func (LookupConfigurationManagerResultOutput) ToLookupConfigurationManagerResultOutput

func (o LookupConfigurationManagerResultOutput) ToLookupConfigurationManagerResultOutput() LookupConfigurationManagerResultOutput

func (LookupConfigurationManagerResultOutput) ToLookupConfigurationManagerResultOutputWithContext

func (o LookupConfigurationManagerResultOutput) ToLookupConfigurationManagerResultOutputWithContext(ctx context.Context) LookupConfigurationManagerResultOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL