Show / Hide Table of Contents

Class ConnectorReference

A reference to a Connector resource.

Inheritance
object
ConnectorReference
Implements
IConnectorReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.PCAConnectorAD
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectorReference : IConnectorReference
Syntax (vb)
Public Class ConnectorReference Implements IConnectorReference
Remarks

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.Interfaces.PCAConnectorAD;

            var connectorReference = new ConnectorReference {
                ConnectorArn = "connectorArn"
            };

Synopsis

Constructors

ConnectorReference()

A reference to a Connector resource.

Properties

ConnectorArn

The ConnectorArn of the Connector resource.

Constructors

ConnectorReference()

A reference to a Connector resource.

public ConnectorReference()
Remarks

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.Interfaces.PCAConnectorAD;

            var connectorReference = new ConnectorReference {
                ConnectorArn = "connectorArn"
            };

Properties

ConnectorArn

The ConnectorArn of the Connector resource.

public string ConnectorArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConnectorReference
Back to top Generated by DocFX