Class CfnIdentityProvider
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.workspacesweb.CfnIdentityProvider
- All Implemented Interfaces:
IInspectable,ITaggableV2,IIdentityProviderRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:50.706Z")
@Stability(Stable)
public class CfnIdentityProvider
extends CfnResource
implements IInspectable, IIdentityProviderRef, ITaggableV2
This resource specifies an identity provider that is then associated with a web portal.
This resource is not required if your portal's AuthenticationType is IAM Identity Center.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.workspacesweb.*;
CfnIdentityProvider cfnIdentityProvider = CfnIdentityProvider.Builder.create(this, "MyCfnIdentityProvider")
.identityProviderDetails(Map.of(
"identityProviderDetailsKey", "identityProviderDetails"))
.identityProviderName("identityProviderName")
.identityProviderType("identityProviderType")
// the properties below are optional
.portalArn("portalArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.IIdentityProviderRef
IIdentityProviderRef.Jsii$Default, IIdentityProviderRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef) CfnIdentityProvider(software.constructs.Construct scope, String id, CfnIdentityProviderProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the identity provider.Tag Manager which manages the tags for this resource.The identity provider details.The identity provider name.A reference to a IdentityProvider resource.The identity provider type.The ARN of the identity provider.getTags()voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetIdentityProviderDetails(Map<String, String> value) The identity provider details.voidThe identity provider details.voidsetIdentityProviderName(String value) The identity provider name.voidsetIdentityProviderType(String value) The identity provider type.voidsetPortalArn(String value) The ARN of the identity provider.voidMethods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIdentityProvider
protected CfnIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIdentityProvider
protected CfnIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIdentityProvider
@Stability(Stable) public CfnIdentityProvider(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIdentityProviderProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrIdentityProviderArn
The ARN of the identity provider. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIdentityProviderRef
A reference to a IdentityProvider resource.- Specified by:
getIdentityProviderRefin interfaceIIdentityProviderRef
-
getIdentityProviderDetails
The identity provider details.The following list describes the provider detail keys for each identity provider type.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable -
setIdentityProviderDetails
The identity provider details.The following list describes the provider detail keys for each identity provider type.
-
setIdentityProviderDetails
The identity provider details.The following list describes the provider detail keys for each identity provider type.
-
getIdentityProviderName
The identity provider name. -
setIdentityProviderName
The identity provider name. -
getIdentityProviderType
The identity provider type. -
setIdentityProviderType
The identity provider type. -
getPortalArn
The ARN of the identity provider. -
setPortalArn
The ARN of the identity provider. -
getTags
-
setTags
-