Show / Hide Table of Contents

Class CfnDataLakeAssociationProps

Properties for defining a CfnDataLakeAssociation.

Inheritance
object
CfnDataLakeAssociationProps
Implements
ICfnDataLakeAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataLakeAssociationProps : ICfnDataLakeAssociationProps
Syntax (vb)
Public Class CfnDataLakeAssociationProps Implements ICfnDataLakeAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html

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.Connect;

             var cfnDataLakeAssociationProps = new CfnDataLakeAssociationProps {
                 DataSetId = "dataSetId",
                 InstanceId = "instanceId",

                 // the properties below are optional
                 TargetAccountId = "targetAccountId"
             };

Synopsis

Constructors

CfnDataLakeAssociationProps()

Properties for defining a CfnDataLakeAssociation.

Properties

DataSetId

The identifier of the analytics data set.

InstanceId

The identifier of the Amazon Connect instance.

TargetAccountId

The identifier of the target account.

Constructors

CfnDataLakeAssociationProps()

Properties for defining a CfnDataLakeAssociation.

public CfnDataLakeAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html

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.Connect;

             var cfnDataLakeAssociationProps = new CfnDataLakeAssociationProps {
                 DataSetId = "dataSetId",
                 InstanceId = "instanceId",

                 // the properties below are optional
                 TargetAccountId = "targetAccountId"
             };

Properties

DataSetId

The identifier of the analytics data set.

public string DataSetId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-datasetid

InstanceId

The identifier of the Amazon Connect instance.

public string InstanceId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-instanceid

TargetAccountId

The identifier of the target account.

public string? TargetAccountId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-targetaccountid

Implements

ICfnDataLakeAssociationProps
Back to top Generated by DocFX