Show / Hide Table of Contents

Class AuthPolicyReference

A reference to a AuthPolicy resource.

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

            var authPolicyReference = new AuthPolicyReference {
                ResourceIdentifier = "resourceIdentifier"
            };

Synopsis

Constructors

AuthPolicyReference()

A reference to a AuthPolicy resource.

Properties

ResourceIdentifier

The ResourceIdentifier of the AuthPolicy resource.

Constructors

AuthPolicyReference()

A reference to a AuthPolicy resource.

public AuthPolicyReference()
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.VpcLattice;

            var authPolicyReference = new AuthPolicyReference {
                ResourceIdentifier = "resourceIdentifier"
            };

Properties

ResourceIdentifier

The ResourceIdentifier of the AuthPolicy resource.

public string ResourceIdentifier { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAuthPolicyReference
Back to top Generated by DocFX