@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.585Z") @Stability(value=Stable) public class CfnEnvironment extends CfnResource implements IInspectable
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.*;
Object attributeMap;
CfnEnvironment cfnEnvironment = CfnEnvironment.Builder.create(this, "MyCfnEnvironment")
.name("name")
// the properties below are optional
.dataBundles(List.of("dataBundles"))
.description("description")
.federationMode("federationMode")
.federationParameters(FederationParametersProperty.builder()
.applicationCallBackUrl("applicationCallBackUrl")
.attributeMap(attributeMap)
.federationProviderName("federationProviderName")
.federationUrn("federationUrn")
.samlMetadataDocument("samlMetadataDocument")
.samlMetadataUrl("samlMetadataUrl")
.build())
.kmsKeyId("kmsKeyId")
.superuserParameters(SuperuserParametersProperty.builder()
.emailAddress("emailAddress")
.firstName("firstName")
.lastName("lastName")
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEnvironment.Builder
A fluent builder for
CfnEnvironment. |
static interface |
CfnEnvironment.FederationParametersProperty
Example:
|
static interface |
CfnEnvironment.SuperuserParametersProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnEnvironment(software.constructs.Construct scope,
String id,
CfnEnvironmentProps props)
Create a new `AWS::FinSpace::Environment`.
|
protected |
CfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrAwsAccountId() |
String |
getAttrDedicatedServiceAccountId() |
String |
getAttrEnvironmentArn() |
String |
getAttrEnvironmentId() |
String |
getAttrEnvironmentUrl() |
String |
getAttrSageMakerStudioDomainUrl() |
String |
getAttrStatus() |
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getDataBundles()
`AWS::FinSpace::Environment.DataBundles`.
|
String |
getDescription()
`AWS::FinSpace::Environment.Description`.
|
String |
getFederationMode()
`AWS::FinSpace::Environment.FederationMode`.
|
Object |
getFederationParameters()
`AWS::FinSpace::Environment.FederationParameters`.
|
String |
getKmsKeyId()
`AWS::FinSpace::Environment.KmsKeyId`.
|
String |
getName()
`AWS::FinSpace::Environment.Name`.
|
Object |
getSuperuserParameters()
`AWS::FinSpace::Environment.SuperuserParameters`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDataBundles(List<String> value)
`AWS::FinSpace::Environment.DataBundles`.
|
void |
setDescription(String value)
`AWS::FinSpace::Environment.Description`.
|
void |
setFederationMode(String value)
`AWS::FinSpace::Environment.FederationMode`.
|
void |
setFederationParameters(CfnEnvironment.FederationParametersProperty value)
`AWS::FinSpace::Environment.FederationParameters`.
|
void |
setFederationParameters(IResolvable value)
`AWS::FinSpace::Environment.FederationParameters`.
|
void |
setKmsKeyId(String value)
`AWS::FinSpace::Environment.KmsKeyId`.
|
void |
setName(String value)
`AWS::FinSpace::Environment.Name`.
|
void |
setSuperuserParameters(CfnEnvironment.SuperuserParametersProperty value)
`AWS::FinSpace::Environment.SuperuserParameters`.
|
void |
setSuperuserParameters(IResolvable value)
`AWS::FinSpace::Environment.SuperuserParameters`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEnvironment(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEnvironment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEnvironment(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnEnvironmentProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrAwsAccountId()
@Stability(value=Stable) @NotNull public String getAttrDedicatedServiceAccountId()
@Stability(value=Stable) @NotNull public String getAttrEnvironmentArn()
@Stability(value=Stable) @NotNull public String getAttrEnvironmentId()
@Stability(value=Stable) @NotNull public String getAttrEnvironmentUrl()
@Stability(value=Stable) @NotNull public String getAttrSageMakerStudioDomainUrl()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public List<String> getDataBundles()
@Stability(value=Stable)
public void setDataBundles(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getFederationMode()
@Stability(value=Stable)
public void setFederationMode(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getFederationParameters()
@Stability(value=Stable)
public void setFederationParameters(@Nullable
CfnEnvironment.FederationParametersProperty value)
@Stability(value=Stable)
public void setFederationParameters(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getKmsKeyId()
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getSuperuserParameters()
@Stability(value=Stable)
public void setSuperuserParameters(@Nullable
CfnEnvironment.SuperuserParametersProperty value)
@Stability(value=Stable)
public void setSuperuserParameters(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.