Show / Hide Table of Contents

Class CfnDomainPropsMixin.IdpProperty

The SAML Identity Provider's information.

Inheritance
object
CfnDomainPropsMixin.IdpProperty
Implements
CfnDomainPropsMixin.IIdpProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.IdpProperty : CfnDomainPropsMixin.IIdpProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.IdpProperty Implements CfnDomainPropsMixin.IIdpProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html

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.Mixins.Preview.AWS.OpenSearchService.Mixins;

             var idpProperty = new IdpProperty {
                 EntityId = "entityId",
                 MetadataContent = "metadataContent"
             };

Synopsis

Constructors

IdpProperty()

The SAML Identity Provider's information.

Properties

EntityId

The unique entity ID of the application in the SAML identity provider.

MetadataContent

The metadata of the SAML application, in XML format.

Constructors

IdpProperty()

The SAML Identity Provider's information.

public IdpProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html

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.Mixins.Preview.AWS.OpenSearchService.Mixins;

             var idpProperty = new IdpProperty {
                 EntityId = "entityId",
                 MetadataContent = "metadataContent"
             };

Properties

EntityId

The unique entity ID of the application in the SAML identity provider.

public string? EntityId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html#cfn-opensearchservice-domain-idp-entityid

MetadataContent

The metadata of the SAML application, in XML format.

public string? MetadataContent { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html#cfn-opensearchservice-domain-idp-metadatacontent

Implements

CfnDomainPropsMixin.IIdpProperty
Back to top Generated by DocFX