Class CfnDataLakeAssociationProps
Properties for defining a CfnDataLakeAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataLakeAssociationProps : ICfnDataLakeAssociationProps
Syntax (vb)
Public Class CfnDataLakeAssociationProps Implements ICfnDataLakeAssociationProps
Remarks
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 |
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
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
Remarks
InstanceId
The identifier of the Amazon Connect instance.
public string InstanceId { get; set; }
Property Value
Remarks
TargetAccountId
The identifier of the target account.
public string? TargetAccountId { get; set; }