Show / Hide Table of Contents

Class CfnIdentityProviderPropsMixin

This resource specifies an identity provider that is then associated with a web portal.

Inheritance
object
Mixin
CfnIdentityProviderPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WorkSpacesWeb
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIdentityProviderPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnIdentityProviderPropsMixin Inherits Mixin Implements IMixin
Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

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.WorkSpacesWeb;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnIdentityProviderPropsMixin = new CfnIdentityProviderPropsMixin(new CfnIdentityProviderMixinProps {
                 IdentityProviderDetails = new Dictionary<string, string> {
                     { "identityProviderDetailsKey", "identityProviderDetails" }
                 },
                 IdentityProviderName = "identityProviderName",
                 IdentityProviderType = "identityProviderType",
                 PortalArn = "portalArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnIdentityProviderPropsMixin(ICfnIdentityProviderMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::WorkSpacesWeb::IdentityProvider.

Properties

CFN_PROPERTY_KEYS

This resource specifies an identity provider that is then associated with a web portal.

Props

This resource specifies an identity provider that is then associated with a web portal.

Strategy

This resource specifies an identity provider that is then associated with a web portal.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnIdentityProviderPropsMixin(ICfnIdentityProviderMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::WorkSpacesWeb::IdentityProvider.

public CfnIdentityProviderPropsMixin(ICfnIdentityProviderMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnIdentityProviderMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

This resource specifies an identity provider that is then associated with a web portal.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

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.WorkSpacesWeb;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnIdentityProviderPropsMixin = new CfnIdentityProviderPropsMixin(new CfnIdentityProviderMixinProps {
                 IdentityProviderDetails = new Dictionary<string, string> {
                     { "identityProviderDetailsKey", "identityProviderDetails" }
                 },
                 IdentityProviderName = "identityProviderName",
                 IdentityProviderType = "identityProviderType",
                 PortalArn = "portalArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

This resource specifies an identity provider that is then associated with a web portal.

protected virtual ICfnIdentityProviderMixinProps Props { get; }
Property Value

ICfnIdentityProviderMixinProps

Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

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.WorkSpacesWeb;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnIdentityProviderPropsMixin = new CfnIdentityProviderPropsMixin(new CfnIdentityProviderMixinProps {
                 IdentityProviderDetails = new Dictionary<string, string> {
                     { "identityProviderDetailsKey", "identityProviderDetails" }
                 },
                 IdentityProviderName = "identityProviderName",
                 IdentityProviderType = "identityProviderType",
                 PortalArn = "portalArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

This resource specifies an identity provider that is then associated with a web portal.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

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.WorkSpacesWeb;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnIdentityProviderPropsMixin = new CfnIdentityProviderPropsMixin(new CfnIdentityProviderMixinProps {
                 IdentityProviderDetails = new Dictionary<string, string> {
                     { "identityProviderDetailsKey", "identityProviderDetails" }
                 },
                 IdentityProviderName = "identityProviderName",
                 IdentityProviderType = "identityProviderType",
                 PortalArn = "portalArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

This resource is not required if your portal's AuthenticationType is IAM Identity Center.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html

CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX