@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.365Z") @Stability(value=Stable) public interface CfnEnvironmentProps extends software.amazon.jsii.JsiiSerializable
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;
CfnEnvironmentProps cfnEnvironmentProps = CfnEnvironmentProps.builder()
.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 | Interface and Description |
|---|---|
static class |
CfnEnvironmentProps.Builder
A builder for
CfnEnvironmentProps |
static class |
CfnEnvironmentProps.Jsii$Proxy
An implementation for
CfnEnvironmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironmentProps.Builder |
builder() |
default List<String> |
getDataBundles()
The list of Amazon Resource Names (ARN) of the data bundles to install.
|
default String |
getDescription()
The description of the FinSpace environment.
|
default String |
getFederationMode()
The authentication mode for the environment.
|
default Object |
getFederationParameters()
Configuration information when authentication mode is FEDERATED.
|
default String |
getKmsKeyId()
The KMS key id used to encrypt in the FinSpace environment.
|
String |
getName()
The name of the FinSpace environment.
|
default Object |
getSuperuserParameters()
Configuration information for the superuser.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<String> getDataBundles()
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital Markets datasets, categories and controlled vocabularies.arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data in addition to sample Capital Markets data.@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getFederationMode()
@Stability(value=Stable) @Nullable default Object getFederationParameters()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default Object getSuperuserParameters()
@Stability(value=Stable) static CfnEnvironmentProps.Builder builder()
CfnEnvironmentProps.Builder of CfnEnvironmentPropsCopyright © 2022. All rights reserved.