Class CfnIdentityProvider
This resource specifies an identity provider that is then associated with a web portal.
Inherited Members
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdentityProvider : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnIdentityProvider
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
This resource is not required if your portal's AuthenticationType
is IAM Identity Center.
CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider
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 cfnIdentityProvider = new CfnIdentityProvider(this, "MyCfnIdentityProvider", 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
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The ARN of the identity provider. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Identity |
The identity provider details. |
Identity |
The identity provider name. |
Identity |
The identity provider type. |
Portal |
The ARN of the identity provider. |
Tags |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnIdentityProvider(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnIdentityProvider(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnIdentityProvider(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnIdentityProvider(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnIdentityProvider(Construct, String, ICfnIdentityProviderProps)
public CfnIdentityProvider(Construct scope, string id, ICfnIdentityProviderProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Identity Provider Props Resource properties.
Properties
AttrIdentityProviderArn
The ARN of the identity provider.
public virtual string AttrIdentityProviderArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: IdentityProviderArn
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
IdentityProviderDetails
The identity provider details.
public virtual object IdentityProviderDetails { get; set; }
Property Value
System.
Remarks
The following list describes the provider detail keys for each identity provider type.
IdentityProviderName
The identity provider name.
public virtual string IdentityProviderName { get; set; }
Property Value
System.
IdentityProviderType
The identity provider type.
public virtual string IdentityProviderType { get; set; }
Property Value
System.
PortalArn
The ARN of the identity provider.
public virtual string PortalArn { get; set; }
Property Value
System.
Tags
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.