Class CfnIdentitySourceMixinProps
Properties for CfnIdentitySourcePropsMixin.
Implements
Inherited Members
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 |
| 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
Remarks
Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
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[]