Class CfnIdentitySource
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.mpa.CfnIdentitySource
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-01T13:14:51.888Z")
@Stability(Stable)
public class CfnIdentitySource
extends CfnResource
implements IInspectable, ITaggableV2
Creates a new identity source.
For more information, see Identity Source in the Multi-party approval User Guide .
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.mpa.*; CfnIdentitySource cfnIdentitySource = CfnIdentitySource.Builder.create(this, "MyCfnIdentitySource") .identitySourceParameters(IdentitySourceParametersProperty.builder() .iamIdentityCenter(IamIdentityCenterProperty.builder() .instanceArn("instanceArn") .region("region") // the properties below are optional .approvalPortalUrl("approvalPortalUrl") .build()) .build()) // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnIdentitySource
.static interface
AWS IAM Identity Center credentials.static interface
Contains details for the resource that provides identities to the identity source.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnIdentitySource
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnIdentitySource
(software.amazon.jsii.JsiiObjectRef objRef) CfnIdentitySource
(software.constructs.Construct scope, String id, CfnIdentitySourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the identity source was created.Amazon Resource Name (ARN) for the identity source.URL for the approval portal associated with the IAM Identity Center instance.The type of resource that provided identities to the identity source.Status for the identity source.Status code of the identity source.Message describing the status for the identity source.Tag Manager which manages the tags for this resource.AIdentitySourceParameters
object.getTags()
Tags that you have added to the specified resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
AIdentitySourceParameters
object.void
AIdentitySourceParameters
object.void
Tags that you have added to the specified resource.Methods 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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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
-
CfnIdentitySource
protected CfnIdentitySource(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIdentitySource
protected CfnIdentitySource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIdentitySource
@Stability(Stable) public CfnIdentitySource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIdentitySourceProps 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:
inspect
in 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:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreationTime
Timestamp when the identity source was created. -
getAttrIdentitySourceArn
Amazon Resource Name (ARN) for the identity source. -
getAttrIdentitySourceParametersIamIdentityCenterApprovalPortalUrl
@Stability(Stable) @NotNull public String getAttrIdentitySourceParametersIamIdentityCenterApprovalPortalUrl()URL for the approval portal associated with the IAM Identity Center instance. -
getAttrIdentitySourceType
The type of resource that provided identities to the identity source.For example, an IAM Identity Center instance.
-
getAttrStatus
Status for the identity source.For example, if the identity source is
ACTIVE
. -
getAttrStatusCode
Status code of the identity source. -
getAttrStatusMessage
Message describing the status for the identity source. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getIdentitySourceParameters
AIdentitySourceParameters
object. -
setIdentitySourceParameters
AIdentitySourceParameters
object. -
setIdentitySourceParameters
@Stability(Stable) public void setIdentitySourceParameters(@NotNull CfnIdentitySource.IdentitySourceParametersProperty value) AIdentitySourceParameters
object. -
getTags
Tags that you have added to the specified resource. -
setTags
Tags that you have added to the specified resource.
-