Show / Hide Table of Contents

Class CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty

The targets for the cloud connector.

Inheritance
object
CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty
Implements
CfnCloudConnectorPropsMixin.IConfigurationTargetsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-cloudconnector-configurationtargets.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-cloudconnector-configurationtargets.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-cloudconnector-configurationtargets.html#cfn-ssm-cloudconnector-configurationtargets-subscriptions

Type union: either IResolvable or (either IResolvable or CfnCloudConnectorPropsMixin.IAzureSubscriptionProperty)[]

Implements

CfnCloudConnectorPropsMixin.IConfigurationTargetsProperty
Back to top Generated by DocFX