Class CfnEnvironment
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
Inherited Members
Namespace: Amazon.CDK.AWS.FinSpace
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironment : CfnResource, IInspectable, IEnvironmentRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnEnvironment Inherits CfnResource Implements IInspectable, IEnvironmentRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FinSpace;
var cfnEnvironment = new CfnEnvironment(this, "MyCfnEnvironment", new CfnEnvironmentProps {
Name = "name",
// the properties below are optional
DataBundles = new [] { "dataBundles" },
Description = "description",
FederationMode = "federationMode",
FederationParameters = new FederationParametersProperty {
ApplicationCallBackUrl = "applicationCallBackUrl",
AttributeMap = new [] { new AttributeMapItemsProperty {
Key = "key",
Value = "value"
} },
FederationProviderName = "federationProviderName",
FederationUrn = "federationUrn",
SamlMetadataDocument = "samlMetadataDocument",
SamlMetadataUrl = "samlMetadataUrl"
},
KmsKeyId = "kmsKeyId",
SuperuserParameters = new SuperuserParametersProperty {
EmailAddress = "emailAddress",
FirstName = "firstName",
LastName = "lastName"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
| CfnEnvironment(Construct, string, ICfnEnvironmentProps) | Create a new |
Properties
| AttrAwsAccountId | The ID of the AWS account in which the FinSpace environment is created. |
| AttrDedicatedServiceAccountId | The AWS account ID of the dedicated service account associated with your FinSpace environment. |
| AttrEnvironmentArn | The Amazon Resource Name (ARN) of your FinSpace environment. |
| AttrEnvironmentId | The identifier of the FinSpace environment. |
| AttrEnvironmentUrl | The sign-in url for the web application of your FinSpace environment. |
| AttrSageMakerStudioDomainUrl | The url of the integrated FinSpace notebook environment in your web application. |
| AttrStatus | The current status of creation of the FinSpace environment. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | The |
| CfnPropertyNames | The |
| DataBundles | (deprecated) ARNs of FinSpace Data Bundles to install. |
| Description | The description of the FinSpace environment. |
| EnvironmentRef | A reference to a Environment resource. |
| FederationMode | The authentication mode for the environment. |
| FederationParameters | Configuration information when authentication mode is FEDERATED. |
| KmsKeyId | The KMS key id used to encrypt in the FinSpace environment. |
| Name | The name of the FinSpace environment. |
| SuperuserParameters | Configuration information for the superuser. |
| Tags | Tag Manager which manages the tags for this resource. |
| TagsRaw | An array of key-value pairs to apply to this resource. |
Methods
| ArnForEnvironment(IEnvironmentRef) | The |
| FromEnvironmentArn(Construct, string, string) | Creates a new IEnvironmentRef from an ARN. |
| FromEnvironmentId(Construct, string, string) | Creates a new IEnvironmentRef from a environmentId. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnEnvironment(object) | Checks whether the given object is a CfnEnvironment. |
| RenderProperties(IDictionary<string, object>) | The |
Constructors
CfnEnvironment(Construct, string, ICfnEnvironmentProps)
Create a new AWS::FinSpace::Environment.
public CfnEnvironment(Construct scope, string id, ICfnEnvironmentProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnEnvironmentProps
Resource properties.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Properties
AttrAwsAccountId
The ID of the AWS account in which the FinSpace environment is created.
public virtual string AttrAwsAccountId { get; }
Property Value
Remarks
CloudformationAttribute: AwsAccountId
AttrDedicatedServiceAccountId
The AWS account ID of the dedicated service account associated with your FinSpace environment.
public virtual string AttrDedicatedServiceAccountId { get; }
Property Value
Remarks
CloudformationAttribute: DedicatedServiceAccountId
AttrEnvironmentArn
The Amazon Resource Name (ARN) of your FinSpace environment.
public virtual string AttrEnvironmentArn { get; }
Property Value
Remarks
CloudformationAttribute: EnvironmentArn
AttrEnvironmentId
The identifier of the FinSpace environment.
public virtual string AttrEnvironmentId { get; }
Property Value
Remarks
CloudformationAttribute: EnvironmentId
AttrEnvironmentUrl
The sign-in url for the web application of your FinSpace environment.
public virtual string AttrEnvironmentUrl { get; }
Property Value
Remarks
CloudformationAttribute: EnvironmentUrl
AttrSageMakerStudioDomainUrl
The url of the integrated FinSpace notebook environment in your web application.
public virtual string AttrSageMakerStudioDomainUrl { get; }
Property Value
Remarks
CloudformationAttribute: SageMakerStudioDomainUrl
AttrStatus
The current status of creation of the FinSpace environment.
public virtual string AttrStatus { get; }
Property Value
Remarks
CloudformationAttribute: Status
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
CfnProperties
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
CfnPropertyNames
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
DataBundles
(deprecated) ARNs of FinSpace Data Bundles to install.
[Obsolete("this property has been deprecated")]
public virtual string[]? DataBundles { get; set; }
Property Value
string[]
Remarks
Stability: Deprecated
Description
The description of the FinSpace environment.
public virtual string? Description { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
EnvironmentRef
A reference to a Environment resource.
public virtual IEnvironmentReference EnvironmentRef { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
FederationMode
The authentication mode for the environment.
public virtual string? FederationMode { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
FederationParameters
Configuration information when authentication mode is FEDERATED.
public virtual object? FederationParameters { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEnvironment.IFederationParametersProperty
KmsKeyId
The KMS key id used to encrypt in the FinSpace environment.
public virtual string? KmsKeyId { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Name
The name of the FinSpace environment.
public virtual string Name { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
SuperuserParameters
Configuration information for the superuser.
public virtual object? SuperuserParameters { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEnvironment.ISuperuserParametersProperty
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
TagsRaw
An array of key-value pairs to apply to this resource.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Methods
ArnForEnvironment(IEnvironmentRef)
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
public static string ArnForEnvironment(IEnvironmentRef resource)
Parameters
- resource IEnvironmentRef
Returns
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FinSpace;
var cfnEnvironment = new CfnEnvironment(this, "MyCfnEnvironment", new CfnEnvironmentProps {
Name = "name",
// the properties below are optional
DataBundles = new [] { "dataBundles" },
Description = "description",
FederationMode = "federationMode",
FederationParameters = new FederationParametersProperty {
ApplicationCallBackUrl = "applicationCallBackUrl",
AttributeMap = new [] { new AttributeMapItemsProperty {
Key = "key",
Value = "value"
} },
FederationProviderName = "federationProviderName",
FederationUrn = "federationUrn",
SamlMetadataDocument = "samlMetadataDocument",
SamlMetadataUrl = "samlMetadataUrl"
},
KmsKeyId = "kmsKeyId",
SuperuserParameters = new SuperuserParametersProperty {
EmailAddress = "emailAddress",
FirstName = "firstName",
LastName = "lastName"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
FromEnvironmentArn(Construct, string, string)
Creates a new IEnvironmentRef from an ARN.
public static IEnvironmentRef FromEnvironmentArn(Construct scope, string id, string arn)
Parameters
Returns
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
FromEnvironmentId(Construct, string, string)
Creates a new IEnvironmentRef from a environmentId.
public static IEnvironmentRef FromEnvironmentId(Construct scope, string id, string environmentId)
Parameters
Returns
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
IsCfnEnvironment(object)
Checks whether the given object is a CfnEnvironment.
public static bool IsCfnEnvironment(object x)
Parameters
- x object
Returns
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The AWS::FinSpace::Environment resource represents an Amazon FinSpace environment.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
CloudformationResource: AWS::FinSpace::Environment
ExampleMetadata: fixture=_generated