Class CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty
The targets for the cloud connector.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty : CfnCloudConnectorPropsMixin.IConfigurationTargetsProperty
Syntax (vb)
Public Class CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty Implements CfnCloudConnectorPropsMixin.IConfigurationTargetsProperty
Remarks
If omitted, the entire tenant is targeted.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SSM;
var configurationTargetsProperty = new ConfigurationTargetsProperty {
Subscriptions = new [] { new AzureSubscriptionProperty {
DisplayName = "displayName",
Id = "id"
} }
};
Synopsis
Constructors
| ConfigurationTargetsProperty() | The targets for the cloud connector. |
Properties
| Subscriptions | List of Azure subscriptions. |
Constructors
ConfigurationTargetsProperty()
The targets for the cloud connector.
public ConfigurationTargetsProperty()
Remarks
If omitted, the entire tenant is targeted.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SSM;
var configurationTargetsProperty = new ConfigurationTargetsProperty {
Subscriptions = new [] { new AzureSubscriptionProperty {
DisplayName = "displayName",
Id = "id"
} }
};
Properties
Subscriptions
List of Azure subscriptions.
public object? Subscriptions { get; set; }