Show / Hide Table of Contents

Class CfnCloudConnectorPropsMixin.AzureSubscriptionProperty

An Azure subscription with its ID and optional display name.

Inheritance
object
CfnCloudConnectorPropsMixin.AzureSubscriptionProperty
Implements
CfnCloudConnectorPropsMixin.IAzureSubscriptionProperty
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.AzureSubscriptionProperty : CfnCloudConnectorPropsMixin.IAzureSubscriptionProperty
Syntax (vb)
Public Class CfnCloudConnectorPropsMixin.AzureSubscriptionProperty Implements CfnCloudConnectorPropsMixin.IAzureSubscriptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-cloudconnector-azuresubscription.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 azureSubscriptionProperty = new AzureSubscriptionProperty {
                 DisplayName = "displayName",
                 Id = "id"
             };

Synopsis

Constructors

AzureSubscriptionProperty()

An Azure subscription with its ID and optional display name.

Properties

DisplayName

The display name of the Azure subscription.

Id

The Azure subscription ID.

Constructors

AzureSubscriptionProperty()

An Azure subscription with its ID and optional display name.

public AzureSubscriptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-cloudconnector-azuresubscription.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 azureSubscriptionProperty = new AzureSubscriptionProperty {
                 DisplayName = "displayName",
                 Id = "id"
             };

Properties

DisplayName

The display name of the Azure subscription.

public string? DisplayName { get; set; }
Property Value

string

Remarks

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

Id

The Azure subscription ID.

public string? Id { get; set; }
Property Value

string

Remarks

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

Implements

CfnCloudConnectorPropsMixin.IAzureSubscriptionProperty
Back to top Generated by DocFX