Class CfnIdentityProviderProps
Properties for defining a CfnIdentityProvider.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdentityProviderProps : ICfnIdentityProviderProps
Syntax (vb)
Public Class CfnIdentityProviderProps Implements ICfnIdentityProviderProps
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.Aws_workspacesweb;
var cfnIdentityProviderProps = new CfnIdentityProviderProps {
IdentityProviderDetails = new Dictionary<string, string> {
{ "identityProviderDetailsKey", "identityProviderDetails" }
},
IdentityProviderName = "identityProviderName",
IdentityProviderType = "identityProviderType",
// the properties below are optional
PortalArn = "portalArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnIdentityProviderProps() | Properties for defining a |
Properties
| IdentityProviderDetails | The identity provider details. The following list describes the provider detail keys for each identity provider type. |
| IdentityProviderName | The identity provider name. |
| IdentityProviderType | The identity provider type. |
| PortalArn | The ARN of the identity provider. |
| Tags | Properties for defining a |
Constructors
CfnIdentityProviderProps()
Properties for defining a CfnIdentityProvider.
public CfnIdentityProviderProps()
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.Aws_workspacesweb;
var cfnIdentityProviderProps = new CfnIdentityProviderProps {
IdentityProviderDetails = new Dictionary<string, string> {
{ "identityProviderDetailsKey", "identityProviderDetails" }
},
IdentityProviderName = "identityProviderName",
IdentityProviderType = "identityProviderType",
// the properties below are optional
PortalArn = "portalArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
IdentityProviderDetails
The identity provider details. The following list describes the provider detail keys for each identity provider type.
public object IdentityProviderDetails { get; set; }
Property Value
Remarks
Type union: either Dictionary<string, string> or IResolvable
IdentityProviderName
The identity provider name.
public string IdentityProviderName { get; set; }
Property Value
Remarks
IdentityProviderType
The identity provider type.
public string IdentityProviderType { get; set; }
Property Value
Remarks
PortalArn
The ARN of the identity provider.
public string? PortalArn { get; set; }
Property Value
Remarks
Tags
Properties for defining a CfnIdentityProvider.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]