Class CfnIdentityProviderPropsMixin
This resource specifies an identity provider that is then associated with a web portal.
Implements
Inherited Members
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.
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 |
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.
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.
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.
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
Remarks
This resource is not required if your portal's AuthenticationType is IAM Identity Center.
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
Remarks
This resource is not required if your portal's AuthenticationType is IAM Identity Center.
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
Overrides
Remarks
This resource is not required if your portal's AuthenticationType is IAM Identity Center.
CloudformationResource: AWS::WorkSpacesWeb::IdentityProvider
Mixin: true
ExampleMetadata: fixture=_generated