Class CfnDataLakeAssociation

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IDataLakeAssociationRef, IEnvironmentAware, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:00.347Z") @Stability(Stable) public class CfnDataLakeAssociation extends CfnResource implements IInspectable, IDataLakeAssociationRef
Resource schema for AWS::Connect::DataLakeAssociation.

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.connect.*;
 CfnDataLakeAssociation cfnDataLakeAssociation = CfnDataLakeAssociation.Builder.create(this, "MyCfnDataLakeAssociation")
         .dataSetId("dataSetId")
         .instanceId("instanceId")
         // the properties below are optional
         .targetAccountId("targetAccountId")
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnDataLakeAssociation

      protected CfnDataLakeAssociation(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnDataLakeAssociation

      protected CfnDataLakeAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnDataLakeAssociation

      @Stability(Stable) public CfnDataLakeAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDataLakeAssociationProps props)
      Create a new AWS::Connect::DataLakeAssociation.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • isCfnDataLakeAssociation

      @Stability(Stable) @NotNull public static Boolean isCfnDataLakeAssociation(@NotNull Object x)
      Checks whether the given object is a CfnDataLakeAssociation.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrResourceShareArn

      @Stability(Stable) @NotNull public String getAttrResourceShareArn()
      The Amazon Resource Name (ARN) of the AWS Resource Access Manager share.
    • getAttrResourceShareId

      @Stability(Stable) @NotNull public String getAttrResourceShareId()
      The AWS Resource Access Manager share ID.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getDataLakeAssociationRef

      @Stability(Stable) @NotNull public DataLakeAssociationReference getDataLakeAssociationRef()
      A reference to a DataLakeAssociation resource.
      Specified by:
      getDataLakeAssociationRef in interface IDataLakeAssociationRef
    • getDataSetId

      @Stability(Stable) @NotNull public String getDataSetId()
      The identifier of the analytics data set.
    • setDataSetId

      @Stability(Stable) public void setDataSetId(@NotNull String value)
      The identifier of the analytics data set.
    • getInstanceId

      @Stability(Stable) @NotNull public String getInstanceId()
      The identifier of the Amazon Connect instance.
    • setInstanceId

      @Stability(Stable) public void setInstanceId(@NotNull String value)
      The identifier of the Amazon Connect instance.
    • getTargetAccountId

      @Stability(Stable) @Nullable public String getTargetAccountId()
      The identifier of the target account.
    • setTargetAccountId

      @Stability(Stable) public void setTargetAccountId(@Nullable String value)
      The identifier of the target account.