aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +383 -145
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +74 -3
- aws_cdk/aws_bedrock/__init__.py +395 -14
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +15 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3540 -10
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +714 -37
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +66 -20
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +26 -6
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +112 -5
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +60 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +250 -108
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +8 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +1117 -1446
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -854,7 +854,7 @@ class CfnDataLake(
|
|
|
854
854
|
For more information about Amazon S3 Lifecycle configurations, see `Managing your storage lifecycle <https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html>`_ in the *Amazon Simple Storage Service User Guide* .
|
|
855
855
|
|
|
856
856
|
:param days: The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
|
|
857
|
-
:param storage_class: The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. The default storage class is S3 Standard.
|
|
857
|
+
:param storage_class: The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. The default storage class is *S3 Standard* . For information about other storage classes, see `Setting the storage class of an object <https://docs.aws.amazon.com/AmazonS3/latest/userguide/sc-howtoset.html>`_ in the *Amazon S3 User Guide* .
|
|
858
858
|
|
|
859
859
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-transitions.html
|
|
860
860
|
:exampleMetadata: fixture=_generated
|
|
@@ -893,7 +893,7 @@ class CfnDataLake(
|
|
|
893
893
|
def storage_class(self) -> typing.Optional[builtins.str]:
|
|
894
894
|
'''The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
|
|
895
895
|
|
|
896
|
-
The default storage class is S3 Standard.
|
|
896
|
+
The default storage class is *S3 Standard* . For information about other storage classes, see `Setting the storage class of an object <https://docs.aws.amazon.com/AmazonS3/latest/userguide/sc-howtoset.html>`_ in the *Amazon S3 User Guide* .
|
|
897
897
|
|
|
898
898
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-datalake-transitions.html#cfn-securitylake-datalake-transitions-storageclass
|
|
899
899
|
'''
|
|
@@ -7038,6 +7038,7 @@ class CloudFormationTemplate(
|
|
|
7038
7038
|
path: builtins.str,
|
|
7039
7039
|
*,
|
|
7040
7040
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
7041
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
7041
7042
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
7042
7043
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
7043
7044
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -7051,6 +7052,7 @@ class CloudFormationTemplate(
|
|
|
7051
7052
|
|
|
7052
7053
|
:param path: A file containing the provisioning artifacts.
|
|
7053
7054
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
7055
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
7054
7056
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
7055
7057
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
7056
7058
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -7065,6 +7067,7 @@ class CloudFormationTemplate(
|
|
|
7065
7067
|
check_type(argname="argument path", value=path, expected_type=type_hints["path"])
|
|
7066
7068
|
options = _AssetOptions_2aa69621(
|
|
7067
7069
|
deploy_time=deploy_time,
|
|
7070
|
+
display_name=display_name,
|
|
7068
7071
|
readers=readers,
|
|
7069
7072
|
source_kms_key=source_kms_key,
|
|
7070
7073
|
asset_hash=asset_hash,
|
|
@@ -11128,6 +11131,7 @@ def _typecheckingstub__8e0d542f4ba87cd0da3d994035ba4c030fc0e065bd6d2e49190b0063a
|
|
|
11128
11131
|
path: builtins.str,
|
|
11129
11132
|
*,
|
|
11130
11133
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
11134
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
11131
11135
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
11132
11136
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
11133
11137
|
asset_hash: typing.Optional[builtins.str] = None,
|
aws_cdk/aws_sns/__init__.py
CHANGED
|
@@ -685,7 +685,7 @@ class CfnSubscription(
|
|
|
685
685
|
@builtins.property
|
|
686
686
|
@jsii.member(jsii_name="attrArn")
|
|
687
687
|
def attr_arn(self) -> builtins.str:
|
|
688
|
-
'''Returns the ARN of the subscription created by the AWS::SNS::Subscription resource.
|
|
688
|
+
'''Returns the ARN of the subscription created by the ``AWS::SNS::Subscription`` resource.
|
|
689
689
|
|
|
690
690
|
:cloudformationAttribute: Arn
|
|
691
691
|
'''
|
|
@@ -316,7 +316,7 @@ class CfnConfigurationManager(
|
|
|
316
316
|
) -> None:
|
|
317
317
|
'''The definition of a Quick Setup configuration.
|
|
318
318
|
|
|
319
|
-
:param 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 instance metadata is collected on the target instances every 30 minutes. 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.
|
|
319
|
+
:param 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) The AWS Regions to deploy the configuration to. For this type, the parameter only accepts a value of ``AllRegions`` . - **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 instance metadata is collected on the target instances every 30 minutes. 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 value that determines whether the selected patch baselines are all AWS provided. Supported values are ``default`` and ``custom`` . - ``PatchBaselineRegion`` - Description: (Required) The AWS Region where the patch baseline exist. - ``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.
|
|
320
320
|
:param type: The type of the Quick Setup configuration.
|
|
321
321
|
:param id: The ID of the configuration definition.
|
|
322
322
|
:param local_deployment_administration_role_arn: The ARN of the IAM role used to administrate local configuration deployments.
|
|
@@ -431,7 +431,7 @@ class CfnConfigurationManager(
|
|
|
431
431
|
- ``TargetOrganizationalUnits``
|
|
432
432
|
- Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
|
|
433
433
|
- ``TargetRegions``
|
|
434
|
-
- Description: (Required)
|
|
434
|
+
- Description: (Required) The AWS Regions to deploy the configuration to. For this type, the parameter only accepts a value of ``AllRegions`` .
|
|
435
435
|
- **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - ``AnalyseAllResources``
|
|
436
436
|
- Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " ``false`` ".
|
|
437
437
|
- ``EnableSnsNotifications``
|
|
@@ -511,7 +511,9 @@ class CfnConfigurationManager(
|
|
|
511
511
|
- ``SelectedPatchBaselines``
|
|
512
512
|
- Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
|
|
513
513
|
- ``PatchBaselineUseDefault``
|
|
514
|
-
- Description: (Optional) A
|
|
514
|
+
- Description: (Optional) A value that determines whether the selected patch baselines are all AWS provided. Supported values are ``default`` and ``custom`` .
|
|
515
|
+
- ``PatchBaselineRegion``
|
|
516
|
+
- Description: (Required) The AWS Region where the patch baseline exist.
|
|
515
517
|
- ``ConfigurationOptionsPatchOperation``
|
|
516
518
|
- 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`` .
|
|
517
519
|
- ``ConfigurationOptionsScanValue``
|
|
@@ -5735,6 +5735,7 @@ class DefinitionBody(
|
|
|
5735
5735
|
path: builtins.str,
|
|
5736
5736
|
*,
|
|
5737
5737
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
5738
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
5738
5739
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
5739
5740
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
5740
5741
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -5747,6 +5748,7 @@ class DefinitionBody(
|
|
|
5747
5748
|
'''
|
|
5748
5749
|
:param path: -
|
|
5749
5750
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
5751
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
5750
5752
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
5751
5753
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
5752
5754
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -5761,6 +5763,7 @@ class DefinitionBody(
|
|
|
5761
5763
|
check_type(argname="argument path", value=path, expected_type=type_hints["path"])
|
|
5762
5764
|
options = _AssetOptions_2aa69621(
|
|
5763
5765
|
deploy_time=deploy_time,
|
|
5766
|
+
display_name=display_name,
|
|
5764
5767
|
readers=readers,
|
|
5765
5768
|
source_kms_key=source_kms_key,
|
|
5766
5769
|
asset_hash=asset_hash,
|
|
@@ -6175,6 +6178,7 @@ class FileDefinitionBody(
|
|
|
6175
6178
|
path: builtins.str,
|
|
6176
6179
|
*,
|
|
6177
6180
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
6181
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
6178
6182
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
6179
6183
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
6180
6184
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -6187,6 +6191,7 @@ class FileDefinitionBody(
|
|
|
6187
6191
|
'''
|
|
6188
6192
|
:param path: -
|
|
6189
6193
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
6194
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
6190
6195
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
6191
6196
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
6192
6197
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -6201,6 +6206,7 @@ class FileDefinitionBody(
|
|
|
6201
6206
|
check_type(argname="argument path", value=path, expected_type=type_hints["path"])
|
|
6202
6207
|
options = _AssetOptions_2aa69621(
|
|
6203
6208
|
deploy_time=deploy_time,
|
|
6209
|
+
display_name=display_name,
|
|
6204
6210
|
readers=readers,
|
|
6205
6211
|
source_kms_key=source_kms_key,
|
|
6206
6212
|
asset_hash=asset_hash,
|
|
@@ -25630,6 +25636,7 @@ def _typecheckingstub__2e34fabd0367a0519a35d86d419baa37e6fe26ad05457e96b236a55bb
|
|
|
25630
25636
|
path: builtins.str,
|
|
25631
25637
|
*,
|
|
25632
25638
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
25639
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
25633
25640
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
25634
25641
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
25635
25642
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -25700,6 +25707,7 @@ def _typecheckingstub__526ef9213812e76ec99bd530d4fbea7cc137d220b92525fe763d6d315
|
|
|
25700
25707
|
path: builtins.str,
|
|
25701
25708
|
*,
|
|
25702
25709
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
25710
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
25703
25711
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
25704
25712
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
25705
25713
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -22063,6 +22063,7 @@ class DockerImage(
|
|
|
22063
22063
|
cache_disabled: typing.Optional[builtins.bool] = None,
|
|
22064
22064
|
cache_from: typing.Optional[typing.Sequence[typing.Union[_DockerCacheOption_58ef18ca, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
22065
22065
|
cache_to: typing.Optional[typing.Union[_DockerCacheOption_58ef18ca, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
22066
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
22066
22067
|
file: typing.Optional[builtins.str] = None,
|
|
22067
22068
|
invalidation: typing.Optional[typing.Union[_DockerImageAssetInvalidationOptions_4deb8d45, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
22068
22069
|
network_mode: typing.Optional[_NetworkMode_897e5081] = None,
|
|
@@ -22086,6 +22087,7 @@ class DockerImage(
|
|
|
22086
22087
|
:param cache_disabled: Disable the cache and pass ``--no-cache`` to the ``docker build`` command. Default: - cache is used
|
|
22087
22088
|
:param cache_from: Cache from options to pass to the ``docker build`` command. Default: - no cache from options are passed to the build command
|
|
22088
22089
|
:param cache_to: Cache to options to pass to the ``docker build`` command. Default: - no cache to options are passed to the build command
|
|
22090
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. If ``assetName`` is given, it will also be used as the default ``displayName``. Otherwise, the default is the construct path of the ImageAsset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAssetImage()``), this will look like ``MyFunction/AssetImage``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
22089
22091
|
:param file: Path to the Dockerfile (relative to the directory). Default: 'Dockerfile'
|
|
22090
22092
|
:param invalidation: Options to control which parameters are used to invalidate the asset hash. Default: - hash all parameters
|
|
22091
22093
|
:param network_mode: Networking mode for the RUN commands during build. Support docker API 1.25+. Default: - no networking mode specified (the default networking mode ``NetworkMode.DEFAULT`` will be used)
|
|
@@ -22110,6 +22112,7 @@ class DockerImage(
|
|
|
22110
22112
|
cache_disabled=cache_disabled,
|
|
22111
22113
|
cache_from=cache_from,
|
|
22112
22114
|
cache_to=cache_to,
|
|
22115
|
+
display_name=display_name,
|
|
22113
22116
|
file=file,
|
|
22114
22117
|
invalidation=invalidation,
|
|
22115
22118
|
network_mode=network_mode,
|
|
@@ -88054,6 +88057,7 @@ def _typecheckingstub__5c9f551a01d287eabffcb602e6704dea79fda61e24da62e8d266fa6d1
|
|
|
88054
88057
|
cache_disabled: typing.Optional[builtins.bool] = None,
|
|
88055
88058
|
cache_from: typing.Optional[typing.Sequence[typing.Union[_DockerCacheOption_58ef18ca, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
88056
88059
|
cache_to: typing.Optional[typing.Union[_DockerCacheOption_58ef18ca, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
88060
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
88057
88061
|
file: typing.Optional[builtins.str] = None,
|
|
88058
88062
|
invalidation: typing.Optional[typing.Union[_DockerImageAssetInvalidationOptions_4deb8d45, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
88059
88063
|
network_mode: typing.Optional[_NetworkMode_897e5081] = None,
|
|
@@ -3298,6 +3298,7 @@ class Code(
|
|
|
3298
3298
|
asset_path: builtins.str,
|
|
3299
3299
|
*,
|
|
3300
3300
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
3301
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
3301
3302
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
3302
3303
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
3303
3304
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -3313,6 +3314,7 @@ class Code(
|
|
|
3313
3314
|
|
|
3314
3315
|
:param asset_path: Either a directory or a .zip file.
|
|
3315
3316
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
3317
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
3316
3318
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
3317
3319
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
3318
3320
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -3331,6 +3333,7 @@ class Code(
|
|
|
3331
3333
|
check_type(argname="argument asset_path", value=asset_path, expected_type=type_hints["asset_path"])
|
|
3332
3334
|
options = _AssetOptions_2aa69621(
|
|
3333
3335
|
deploy_time=deploy_time,
|
|
3336
|
+
display_name=display_name,
|
|
3334
3337
|
readers=readers,
|
|
3335
3338
|
source_kms_key=source_kms_key,
|
|
3336
3339
|
asset_hash=asset_hash,
|
|
@@ -4460,6 +4463,7 @@ class AssetCode(
|
|
|
4460
4463
|
working_directory="workingDirectory"
|
|
4461
4464
|
),
|
|
4462
4465
|
deploy_time=False,
|
|
4466
|
+
display_name="displayName",
|
|
4463
4467
|
exclude=["exclude"],
|
|
4464
4468
|
follow_symlinks=cdk.SymlinkFollowMode.NEVER,
|
|
4465
4469
|
ignore_mode=cdk.IgnoreMode.GLOB,
|
|
@@ -4473,6 +4477,7 @@ class AssetCode(
|
|
|
4473
4477
|
asset_path: builtins.str,
|
|
4474
4478
|
*,
|
|
4475
4479
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
4480
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
4476
4481
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
4477
4482
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
4478
4483
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -4485,6 +4490,7 @@ class AssetCode(
|
|
|
4485
4490
|
'''
|
|
4486
4491
|
:param asset_path: The path to the asset file or directory.
|
|
4487
4492
|
:param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
|
|
4493
|
+
:param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
|
|
4488
4494
|
:param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
|
|
4489
4495
|
:param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
|
|
4490
4496
|
:param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
|
|
@@ -4499,6 +4505,7 @@ class AssetCode(
|
|
|
4499
4505
|
check_type(argname="argument asset_path", value=asset_path, expected_type=type_hints["asset_path"])
|
|
4500
4506
|
options = _AssetOptions_2aa69621(
|
|
4501
4507
|
deploy_time=deploy_time,
|
|
4508
|
+
display_name=display_name,
|
|
4502
4509
|
readers=readers,
|
|
4503
4510
|
source_kms_key=source_kms_key,
|
|
4504
4511
|
asset_hash=asset_hash,
|
|
@@ -4913,6 +4920,7 @@ def _typecheckingstub__02201c2190b076bbceced8708b435fab8189f7f505650002941cc7a50
|
|
|
4913
4920
|
asset_path: builtins.str,
|
|
4914
4921
|
*,
|
|
4915
4922
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
4923
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
4916
4924
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
4917
4925
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
4918
4926
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -5030,6 +5038,7 @@ def _typecheckingstub__60a29a536d66536254f2ca409a65dc32f30e483b29091222d42f32106
|
|
|
5030
5038
|
asset_path: builtins.str,
|
|
5031
5039
|
*,
|
|
5032
5040
|
deploy_time: typing.Optional[builtins.bool] = None,
|
|
5041
|
+
display_name: typing.Optional[builtins.str] = None,
|
|
5033
5042
|
readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
|
|
5034
5043
|
source_kms_key: typing.Optional[_IKey_5f11635f] = None,
|
|
5035
5044
|
asset_hash: typing.Optional[builtins.str] = None,
|
|
@@ -92,6 +92,11 @@ class CfnApplication(
|
|
|
92
92
|
application_type="applicationType",
|
|
93
93
|
|
|
94
94
|
# the properties below are optional
|
|
95
|
+
components_info=[systemsmanagersap.CfnApplication.ComponentInfoProperty(
|
|
96
|
+
component_type="componentType",
|
|
97
|
+
ec2_instance_id="ec2InstanceId",
|
|
98
|
+
sid="sid"
|
|
99
|
+
)],
|
|
95
100
|
credentials=[systemsmanagersap.CfnApplication.CredentialProperty(
|
|
96
101
|
credential_type="credentialType",
|
|
97
102
|
database_name="databaseName",
|
|
@@ -115,6 +120,7 @@ class CfnApplication(
|
|
|
115
120
|
*,
|
|
116
121
|
application_id: builtins.str,
|
|
117
122
|
application_type: builtins.str,
|
|
123
|
+
components_info: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ComponentInfoProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
118
124
|
credentials: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.CredentialProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
119
125
|
database_arn: typing.Optional[builtins.str] = None,
|
|
120
126
|
instances: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -127,6 +133,7 @@ class CfnApplication(
|
|
|
127
133
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
128
134
|
:param application_id: The ID of the application.
|
|
129
135
|
:param application_type: The type of the application.
|
|
136
|
+
:param components_info: This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
|
130
137
|
:param credentials: The credentials of the SAP application.
|
|
131
138
|
:param database_arn: The Amazon Resource Name (ARN) of the database.
|
|
132
139
|
:param instances: The Amazon EC2 instances on which your SAP application is running.
|
|
@@ -141,6 +148,7 @@ class CfnApplication(
|
|
|
141
148
|
props = CfnApplicationProps(
|
|
142
149
|
application_id=application_id,
|
|
143
150
|
application_type=application_type,
|
|
151
|
+
components_info=components_info,
|
|
144
152
|
credentials=credentials,
|
|
145
153
|
database_arn=database_arn,
|
|
146
154
|
instances=instances,
|
|
@@ -227,6 +235,24 @@ class CfnApplication(
|
|
|
227
235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
228
236
|
jsii.set(self, "applicationType", value) # pyright: ignore[reportArgumentType]
|
|
229
237
|
|
|
238
|
+
@builtins.property
|
|
239
|
+
@jsii.member(jsii_name="componentsInfo")
|
|
240
|
+
def components_info(
|
|
241
|
+
self,
|
|
242
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnApplication.ComponentInfoProperty"]]]]:
|
|
243
|
+
'''This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.'''
|
|
244
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnApplication.ComponentInfoProperty"]]]], jsii.get(self, "componentsInfo"))
|
|
245
|
+
|
|
246
|
+
@components_info.setter
|
|
247
|
+
def components_info(
|
|
248
|
+
self,
|
|
249
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnApplication.ComponentInfoProperty"]]]],
|
|
250
|
+
) -> None:
|
|
251
|
+
if __debug__:
|
|
252
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2a90939925dbb220d73328e704914b8b8622262010f7b16d224d782fd843e8a3)
|
|
253
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
254
|
+
jsii.set(self, "componentsInfo", value) # pyright: ignore[reportArgumentType]
|
|
255
|
+
|
|
230
256
|
@builtins.property
|
|
231
257
|
@jsii.member(jsii_name="credentials")
|
|
232
258
|
def credentials(
|
|
@@ -310,6 +336,91 @@ class CfnApplication(
|
|
|
310
336
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
311
337
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
312
338
|
|
|
339
|
+
@jsii.data_type(
|
|
340
|
+
jsii_type="aws-cdk-lib.aws_systemsmanagersap.CfnApplication.ComponentInfoProperty",
|
|
341
|
+
jsii_struct_bases=[],
|
|
342
|
+
name_mapping={
|
|
343
|
+
"component_type": "componentType",
|
|
344
|
+
"ec2_instance_id": "ec2InstanceId",
|
|
345
|
+
"sid": "sid",
|
|
346
|
+
},
|
|
347
|
+
)
|
|
348
|
+
class ComponentInfoProperty:
|
|
349
|
+
def __init__(
|
|
350
|
+
self,
|
|
351
|
+
*,
|
|
352
|
+
component_type: typing.Optional[builtins.str] = None,
|
|
353
|
+
ec2_instance_id: typing.Optional[builtins.str] = None,
|
|
354
|
+
sid: typing.Optional[builtins.str] = None,
|
|
355
|
+
) -> None:
|
|
356
|
+
'''
|
|
357
|
+
:param component_type:
|
|
358
|
+
:param ec2_instance_id:
|
|
359
|
+
:param sid:
|
|
360
|
+
|
|
361
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html
|
|
362
|
+
:exampleMetadata: fixture=_generated
|
|
363
|
+
|
|
364
|
+
Example::
|
|
365
|
+
|
|
366
|
+
# The code below shows an example of how to instantiate this type.
|
|
367
|
+
# The values are placeholders you should change.
|
|
368
|
+
from aws_cdk import aws_systemsmanagersap as systemsmanagersap
|
|
369
|
+
|
|
370
|
+
component_info_property = systemsmanagersap.CfnApplication.ComponentInfoProperty(
|
|
371
|
+
component_type="componentType",
|
|
372
|
+
ec2_instance_id="ec2InstanceId",
|
|
373
|
+
sid="sid"
|
|
374
|
+
)
|
|
375
|
+
'''
|
|
376
|
+
if __debug__:
|
|
377
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1d49f9988316c0ff51fd56107927f5c7d63f756eab7f3d81bea3d009409a851d)
|
|
378
|
+
check_type(argname="argument component_type", value=component_type, expected_type=type_hints["component_type"])
|
|
379
|
+
check_type(argname="argument ec2_instance_id", value=ec2_instance_id, expected_type=type_hints["ec2_instance_id"])
|
|
380
|
+
check_type(argname="argument sid", value=sid, expected_type=type_hints["sid"])
|
|
381
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
382
|
+
if component_type is not None:
|
|
383
|
+
self._values["component_type"] = component_type
|
|
384
|
+
if ec2_instance_id is not None:
|
|
385
|
+
self._values["ec2_instance_id"] = ec2_instance_id
|
|
386
|
+
if sid is not None:
|
|
387
|
+
self._values["sid"] = sid
|
|
388
|
+
|
|
389
|
+
@builtins.property
|
|
390
|
+
def component_type(self) -> typing.Optional[builtins.str]:
|
|
391
|
+
'''
|
|
392
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-componenttype
|
|
393
|
+
'''
|
|
394
|
+
result = self._values.get("component_type")
|
|
395
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
396
|
+
|
|
397
|
+
@builtins.property
|
|
398
|
+
def ec2_instance_id(self) -> typing.Optional[builtins.str]:
|
|
399
|
+
'''
|
|
400
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-ec2instanceid
|
|
401
|
+
'''
|
|
402
|
+
result = self._values.get("ec2_instance_id")
|
|
403
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
404
|
+
|
|
405
|
+
@builtins.property
|
|
406
|
+
def sid(self) -> typing.Optional[builtins.str]:
|
|
407
|
+
'''
|
|
408
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-sid
|
|
409
|
+
'''
|
|
410
|
+
result = self._values.get("sid")
|
|
411
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
412
|
+
|
|
413
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
414
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
415
|
+
|
|
416
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
417
|
+
return not (rhs == self)
|
|
418
|
+
|
|
419
|
+
def __repr__(self) -> str:
|
|
420
|
+
return "ComponentInfoProperty(%s)" % ", ".join(
|
|
421
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
422
|
+
)
|
|
423
|
+
|
|
313
424
|
@jsii.data_type(
|
|
314
425
|
jsii_type="aws-cdk-lib.aws_systemsmanagersap.CfnApplication.CredentialProperty",
|
|
315
426
|
jsii_struct_bases=[],
|
|
@@ -406,6 +517,7 @@ class CfnApplication(
|
|
|
406
517
|
name_mapping={
|
|
407
518
|
"application_id": "applicationId",
|
|
408
519
|
"application_type": "applicationType",
|
|
520
|
+
"components_info": "componentsInfo",
|
|
409
521
|
"credentials": "credentials",
|
|
410
522
|
"database_arn": "databaseArn",
|
|
411
523
|
"instances": "instances",
|
|
@@ -420,6 +532,7 @@ class CfnApplicationProps:
|
|
|
420
532
|
*,
|
|
421
533
|
application_id: builtins.str,
|
|
422
534
|
application_type: builtins.str,
|
|
535
|
+
components_info: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ComponentInfoProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
423
536
|
credentials: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.CredentialProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
424
537
|
database_arn: typing.Optional[builtins.str] = None,
|
|
425
538
|
instances: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -431,6 +544,7 @@ class CfnApplicationProps:
|
|
|
431
544
|
|
|
432
545
|
:param application_id: The ID of the application.
|
|
433
546
|
:param application_type: The type of the application.
|
|
547
|
+
:param components_info: This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
|
434
548
|
:param credentials: The credentials of the SAP application.
|
|
435
549
|
:param database_arn: The Amazon Resource Name (ARN) of the database.
|
|
436
550
|
:param instances: The Amazon EC2 instances on which your SAP application is running.
|
|
@@ -452,6 +566,11 @@ class CfnApplicationProps:
|
|
|
452
566
|
application_type="applicationType",
|
|
453
567
|
|
|
454
568
|
# the properties below are optional
|
|
569
|
+
components_info=[systemsmanagersap.CfnApplication.ComponentInfoProperty(
|
|
570
|
+
component_type="componentType",
|
|
571
|
+
ec2_instance_id="ec2InstanceId",
|
|
572
|
+
sid="sid"
|
|
573
|
+
)],
|
|
455
574
|
credentials=[systemsmanagersap.CfnApplication.CredentialProperty(
|
|
456
575
|
credential_type="credentialType",
|
|
457
576
|
database_name="databaseName",
|
|
@@ -471,6 +590,7 @@ class CfnApplicationProps:
|
|
|
471
590
|
type_hints = typing.get_type_hints(_typecheckingstub__0a3a450935d6aacabad9991c3fdce7052d4392d63c713049280ff2a2a2615a38)
|
|
472
591
|
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
473
592
|
check_type(argname="argument application_type", value=application_type, expected_type=type_hints["application_type"])
|
|
593
|
+
check_type(argname="argument components_info", value=components_info, expected_type=type_hints["components_info"])
|
|
474
594
|
check_type(argname="argument credentials", value=credentials, expected_type=type_hints["credentials"])
|
|
475
595
|
check_type(argname="argument database_arn", value=database_arn, expected_type=type_hints["database_arn"])
|
|
476
596
|
check_type(argname="argument instances", value=instances, expected_type=type_hints["instances"])
|
|
@@ -481,6 +601,8 @@ class CfnApplicationProps:
|
|
|
481
601
|
"application_id": application_id,
|
|
482
602
|
"application_type": application_type,
|
|
483
603
|
}
|
|
604
|
+
if components_info is not None:
|
|
605
|
+
self._values["components_info"] = components_info
|
|
484
606
|
if credentials is not None:
|
|
485
607
|
self._values["credentials"] = credentials
|
|
486
608
|
if database_arn is not None:
|
|
@@ -514,6 +636,17 @@ class CfnApplicationProps:
|
|
|
514
636
|
assert result is not None, "Required property 'application_type' is missing"
|
|
515
637
|
return typing.cast(builtins.str, result)
|
|
516
638
|
|
|
639
|
+
@builtins.property
|
|
640
|
+
def components_info(
|
|
641
|
+
self,
|
|
642
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnApplication.ComponentInfoProperty]]]]:
|
|
643
|
+
'''This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
|
644
|
+
|
|
645
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-componentsinfo
|
|
646
|
+
'''
|
|
647
|
+
result = self._values.get("components_info")
|
|
648
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnApplication.ComponentInfoProperty]]]], result)
|
|
649
|
+
|
|
517
650
|
@builtins.property
|
|
518
651
|
def credentials(
|
|
519
652
|
self,
|
|
@@ -595,6 +728,7 @@ def _typecheckingstub__d9271c1fe4df837d944d62ed41ed4e1f7b01ee290ee0cedef450b7d3b
|
|
|
595
728
|
*,
|
|
596
729
|
application_id: builtins.str,
|
|
597
730
|
application_type: builtins.str,
|
|
731
|
+
components_info: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ComponentInfoProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
598
732
|
credentials: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.CredentialProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
599
733
|
database_arn: typing.Optional[builtins.str] = None,
|
|
600
734
|
instances: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -629,6 +763,12 @@ def _typecheckingstub__c4b8f1dc3ab2cc2af53565165fea2e3a71b3636909d6590d329ac8b01
|
|
|
629
763
|
"""Type checking stubs"""
|
|
630
764
|
pass
|
|
631
765
|
|
|
766
|
+
def _typecheckingstub__2a90939925dbb220d73328e704914b8b8622262010f7b16d224d782fd843e8a3(
|
|
767
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnApplication.ComponentInfoProperty]]]],
|
|
768
|
+
) -> None:
|
|
769
|
+
"""Type checking stubs"""
|
|
770
|
+
pass
|
|
771
|
+
|
|
632
772
|
def _typecheckingstub__3d7fd4ddc7b1c5dd15b7872fe8002624e595dabcca134f126fb732c23e5149c6(
|
|
633
773
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnApplication.CredentialProperty]]]],
|
|
634
774
|
) -> None:
|
|
@@ -665,6 +805,15 @@ def _typecheckingstub__84a8afb3becf838692cd2e040ef53d955aba6f46033283c6fd2d80766
|
|
|
665
805
|
"""Type checking stubs"""
|
|
666
806
|
pass
|
|
667
807
|
|
|
808
|
+
def _typecheckingstub__1d49f9988316c0ff51fd56107927f5c7d63f756eab7f3d81bea3d009409a851d(
|
|
809
|
+
*,
|
|
810
|
+
component_type: typing.Optional[builtins.str] = None,
|
|
811
|
+
ec2_instance_id: typing.Optional[builtins.str] = None,
|
|
812
|
+
sid: typing.Optional[builtins.str] = None,
|
|
813
|
+
) -> None:
|
|
814
|
+
"""Type checking stubs"""
|
|
815
|
+
pass
|
|
816
|
+
|
|
668
817
|
def _typecheckingstub__209aa7feaf1ed6ac2bf183538ccbb7555a21c47880975dd9f9b002d73b1e7cbb(
|
|
669
818
|
*,
|
|
670
819
|
credential_type: typing.Optional[builtins.str] = None,
|
|
@@ -678,6 +827,7 @@ def _typecheckingstub__0a3a450935d6aacabad9991c3fdce7052d4392d63c713049280ff2a2a
|
|
|
678
827
|
*,
|
|
679
828
|
application_id: builtins.str,
|
|
680
829
|
application_type: builtins.str,
|
|
830
|
+
components_info: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ComponentInfoProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
681
831
|
credentials: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.CredentialProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
682
832
|
database_arn: typing.Optional[builtins.str] = None,
|
|
683
833
|
instances: typing.Optional[typing.Sequence[builtins.str]] = None,
|