interface ConfigurationTargetsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SSM.CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsssm#CfnCloudConnectorPropsMixin_ConfigurationTargetsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty |
Python | aws_cdk.cfn_property_mixins.aws_ssm.CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ssm » CfnCloudConnectorPropsMixin » ConfigurationTargetsProperty |
The targets for the cloud connector.
If omitted, the entire tenant is targeted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as ssm } from '@aws-cdk/cfn-property-mixins';
const configurationTargetsProperty: ssm.CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty = {
subscriptions: [{
displayName: 'displayName',
id: 'id',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| subscriptions? | IResolvable | (IResolvable | Azure)[] | List of Azure subscriptions. |
subscriptions?
Type:
IResolvable | (IResolvable | Azure)[]
(optional)
List of Azure subscriptions.

.NET
Go
Java
Python
TypeScript