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,IEnvironmentAware,IIdentitySourceRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:24.877Z")
@Stability(Stable)
public class CfnIdentitySource
extends CfnResource
implements IInspectable, IIdentitySourceRef, 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 classA fluent builder forCfnIdentitySource.static interfaceAWS IAM Identity Center credentials.static interfaceContains 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.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mpa.IIdentitySourceRef
IIdentitySourceRef.Jsii$Default, IIdentitySourceRef.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
ConstructorsModifierConstructorDescriptionprotectedCfnIdentitySource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIdentitySource(software.amazon.jsii.JsiiObjectRef objRef) CfnIdentitySource(software.constructs.Construct scope, String id, CfnIdentitySourceProps props) Create a newAWS::MPA::IdentitySource. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForIdentitySource(IIdentitySourceRef resource) Timestamp 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.AIdentitySourceParametersobject.A reference to a IdentitySource resource.getTags()Tags that you have added to the specified resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnIdentitySource.renderProperties(Map<String, Object> props) voidAIdentitySourceParametersobject.voidAIdentitySourceParametersobject.voidTags 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, getEnv, 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.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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) Create a newAWS::MPA::IdentitySource.- 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
-
arnForIdentitySource
@Stability(Stable) @NotNull public static String arnForIdentitySource(@NotNull IIdentitySourceRef resource) - Parameters:
resource- This parameter is required.
-
isCfnIdentitySource
Checks whether the given object is a CfnIdentitySource.- Parameters:
x- This parameter is required.
-
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.
-
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:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIdentitySourceRef
A reference to a IdentitySource resource.- Specified by:
getIdentitySourceRefin interfaceIIdentitySourceRef
-
getIdentitySourceParameters
AIdentitySourceParametersobject.Returns union: either
IResolvableorCfnIdentitySource.IdentitySourceParametersProperty -
setIdentitySourceParameters
AIdentitySourceParametersobject. -
setIdentitySourceParameters
@Stability(Stable) public void setIdentitySourceParameters(@NotNull CfnIdentitySource.IdentitySourceParametersProperty value) AIdentitySourceParametersobject. -
getTags
Tags that you have added to the specified resource. -
setTags
Tags that you have added to the specified resource.
-