Show / Hide Table of Contents

Class SupportPermitReference

A reference to a SupportPermit resource.

Inheritance
object
SupportPermitReference
Implements
ISupportPermitReference
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.SupportAuthZ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SupportPermitReference : ISupportPermitReference
Syntax (vb)
Public Class SupportPermitReference Implements ISupportPermitReference
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.SupportAuthZ;

            var supportPermitReference = new SupportPermitReference {
                SupportPermitArn = "supportPermitArn"
            };

Synopsis

Constructors

SupportPermitReference()

A reference to a SupportPermit resource.

Properties

SupportPermitArn

The Arn of the SupportPermit resource.

Constructors

SupportPermitReference()

A reference to a SupportPermit resource.

public SupportPermitReference()
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.SupportAuthZ;

            var supportPermitReference = new SupportPermitReference {
                SupportPermitArn = "supportPermitArn"
            };

Properties

SupportPermitArn

The Arn of the SupportPermit resource.

public string SupportPermitArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISupportPermitReference
Back to top Generated by DocFX