Show / Hide Table of Contents

Class ApplicationProviderReference

A reference to a ApplicationProvider resource.

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

            var applicationProviderReference = new ApplicationProviderReference {
                ApplicationProviderArn = "applicationProviderArn"
            };

Synopsis

Constructors

ApplicationProviderReference()

A reference to a ApplicationProvider resource.

Properties

ApplicationProviderArn

The ApplicationProviderArn of the ApplicationProvider resource.

Constructors

ApplicationProviderReference()

A reference to a ApplicationProvider resource.

public ApplicationProviderReference()
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.SSO;

            var applicationProviderReference = new ApplicationProviderReference {
                ApplicationProviderArn = "applicationProviderArn"
            };

Properties

ApplicationProviderArn

The ApplicationProviderArn of the ApplicationProvider resource.

public string ApplicationProviderArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IApplicationProviderReference
Back to top Generated by DocFX