Show / Hide Table of Contents

Class CfnIdentitySourceMixinProps

Properties for CfnIdentitySourcePropsMixin.

Inheritance
object
CfnIdentitySourceMixinProps
Implements
ICfnIdentitySourceMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MPA
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIdentitySourceMixinProps : ICfnIdentitySourceMixinProps
Syntax (vb)
Public Class CfnIdentitySourceMixinProps Implements ICfnIdentitySourceMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.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.CfnPropertyMixins.AWS.MPA;

             var cfnIdentitySourceMixinProps = new CfnIdentitySourceMixinProps {
                 IdentitySourceParameters = new IdentitySourceParametersProperty {
                     IamIdentityCenter = new IamIdentityCenterProperty {
                         ApprovalPortalUrl = "approvalPortalUrl",
                         InstanceArn = "instanceArn",
                         Region = "region"
                     }
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnIdentitySourceMixinProps()

Properties for CfnIdentitySourcePropsMixin.

Properties

IdentitySourceParameters

A IdentitySourceParameters object.

Tags

Tags that you have added to the specified resource.

Constructors

CfnIdentitySourceMixinProps()

Properties for CfnIdentitySourcePropsMixin.

public CfnIdentitySourceMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.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.CfnPropertyMixins.AWS.MPA;

             var cfnIdentitySourceMixinProps = new CfnIdentitySourceMixinProps {
                 IdentitySourceParameters = new IdentitySourceParametersProperty {
                     IamIdentityCenter = new IamIdentityCenterProperty {
                         ApprovalPortalUrl = "approvalPortalUrl",
                         InstanceArn = "instanceArn",
                         Region = "region"
                     }
                 },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

IdentitySourceParameters

A IdentitySourceParameters object.

public object? IdentitySourceParameters { get; set; }
Property Value

object

Remarks

Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-identitysourceparameters

Type union: either IResolvable or CfnIdentitySourcePropsMixin.IIdentitySourceParametersProperty

Tags

Tags that you have added to the specified resource.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-tags

Implements

ICfnIdentitySourceMixinProps
Back to top Generated by DocFX