Class CfnEnvironment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.finspace.CfnEnvironment
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:56.744Z")
@Stability(Stable)
public class CfnEnvironment
extends CfnResource
implements IInspectable
A CloudFormation
AWS::FinSpace::Environment.
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
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.finspace.*;
CfnEnvironment cfnEnvironment = CfnEnvironment.Builder.create(this, "MyCfnEnvironment")
.name("name")
// the properties below are optional
.description("description")
.federationMode("federationMode")
.federationParameters(FederationParametersProperty.builder()
.applicationCallBackUrl("applicationCallBackUrl")
.attributeMap(List.of(AttributeMapItemsProperty.builder()
.key("key")
.value("value")
.build()))
.federationProviderName("federationProviderName")
.federationUrn("federationUrn")
.samlMetadataDocument("samlMetadataDocument")
.samlMetadataUrl("samlMetadataUrl")
.build())
.kmsKeyId("kmsKeyId")
.superuserParameters(SuperuserParametersProperty.builder()
.emailAddress("emailAddress")
.firstName("firstName")
.lastName("lastName")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExample:static final classA fluent builder forCfnEnvironment.static interfaceConfiguration information when authentication mode is FEDERATED.static interfaceConfiguration information for the superuser.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnEnvironment(Construct scope, String id, CfnEnvironmentProps props) Create a newAWS::FinSpace::Environment.protectedCfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the AWS account in which the FinSpace environment is created.The AWS account ID of the dedicated service account associated with your FinSpace environment.The Amazon Resource Name (ARN) of your FinSpace environment.The identifier of the FinSpace environment.The sign-in url for the web application of your FinSpace environment.The url of the integrated FinSpace notebook environment in your web application.The current status of creation of the FinSpace environment.The description of the FinSpace environment.The authentication mode for the environment.Configuration information when authentication mode is FEDERATED.The KMS key id used to encrypt in the FinSpace environment.getName()The name of the FinSpace environment.Configuration information for the superuser.getTags()AWS::FinSpace::Environment.Tags.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the FinSpace environment.voidsetFederationMode(String value) The authentication mode for the environment.voidConfiguration information when authentication mode is FEDERATED.voidConfiguration information when authentication mode is FEDERATED.voidsetKmsKeyId(String value) The KMS key id used to encrypt in the FinSpace environment.voidThe name of the FinSpace environment.voidConfiguration information for the superuser.voidConfiguration information for the superuser.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods 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.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEnvironment
protected CfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEnvironment
protected CfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEnvironment
@Stability(Stable) public CfnEnvironment(@NotNull Construct scope, @NotNull String id, @NotNull CfnEnvironmentProps props) Create a newAWS::FinSpace::Environment.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrAwsAccountId
The ID of the AWS account in which the FinSpace environment is created. -
getAttrDedicatedServiceAccountId
The AWS account ID of the dedicated service account associated with your FinSpace environment. -
getAttrEnvironmentArn
The Amazon Resource Name (ARN) of your FinSpace environment. -
getAttrEnvironmentId
The identifier of the FinSpace environment. -
getAttrEnvironmentUrl
The sign-in url for the web application of your FinSpace environment. -
getAttrSageMakerStudioDomainUrl
The url of the integrated FinSpace notebook environment in your web application. -
getAttrStatus
The current status of creation of the FinSpace environment. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
AWS::FinSpace::Environment.Tags. -
getName
The name of the FinSpace environment. -
setName
The name of the FinSpace environment. -
getDescription
The description of the FinSpace environment. -
setDescription
The description of the FinSpace environment. -
getFederationMode
The authentication mode for the environment. -
setFederationMode
The authentication mode for the environment. -
getFederationParameters
Configuration information when authentication mode is FEDERATED. -
setFederationParameters
@Stability(Stable) public void setFederationParameters(@Nullable CfnEnvironment.FederationParametersProperty value) Configuration information when authentication mode is FEDERATED. -
setFederationParameters
Configuration information when authentication mode is FEDERATED. -
getKmsKeyId
The KMS key id used to encrypt in the FinSpace environment. -
setKmsKeyId
The KMS key id used to encrypt in the FinSpace environment. -
getSuperuserParameters
Configuration information for the superuser. -
setSuperuserParameters
Configuration information for the superuser. -
setSuperuserParameters
@Stability(Stable) public void setSuperuserParameters(@Nullable CfnEnvironment.SuperuserParametersProperty value) Configuration information for the superuser.
-