Class ApplicationProviderReference
A reference to a ApplicationProvider resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated