Interface ISAMLProviderReference
A reference to a SAMLProvider resource.
Namespace: Amazon.CDK.Interfaces.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISAMLProviderReference
Syntax (vb)
Public Interface ISAMLProviderReference
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.IAM;
var sAMLProviderReference = new SAMLProviderReference {
SamlProviderArn = "samlProviderArn"
};
Synopsis
Properties
| SamlProviderArn | The Arn of the SAMLProvider resource. |
Properties
SamlProviderArn
The Arn of the SAMLProvider resource.
string SamlProviderArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated