Show / Hide Table of Contents

Interface CfnDomain.ISingleSignOnProperty

The single sign-on details in Amazon DataZone.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDomain.ISingleSignOnProperty
Syntax (vb)
Public Interface CfnDomain.ISingleSignOnProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.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.AWS.DataZone;

             var singleSignOnProperty = new SingleSignOnProperty {
                 IdcInstanceArn = "idcInstanceArn",
                 Type = "type",
                 UserAssignment = "userAssignment"
             };

Synopsis

Properties

IdcInstanceArn

The ARN of the IDC instance.

Type

The type of single sign-on in Amazon DataZone.

UserAssignment

The single sign-on user assignment in Amazon DataZone.

Properties

IdcInstanceArn

The ARN of the IDC instance.

string? IdcInstanceArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-idcinstancearn

Type

The type of single sign-on in Amazon DataZone.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-type

UserAssignment

The single sign-on user assignment in Amazon DataZone.

string? UserAssignment { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-userassignment

Back to top Generated by DocFX