Show / Hide Table of Contents

Class CfnIntegration

A zero-ETL integration with Amazon Redshift.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnIntegration
Implements
IInspectable
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIntegration : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnIntegration Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

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

             var cfnIntegration = new CfnIntegration(this, "MyCfnIntegration", new CfnIntegrationProps {
                 SourceArn = "sourceArn",
                 TargetArn = "targetArn",

                 // the properties below are optional
                 AdditionalEncryptionContext = new Dictionary<string, string> {
                     { "additionalEncryptionContextKey", "additionalEncryptionContext" }
                 },
                 DataFilter = "dataFilter",
                 Description = "description",
                 IntegrationName = "integrationName",
                 KmsKeyId = "kmsKeyId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnIntegration(Construct, string, ICfnIntegrationProps)

A zero-ETL integration with Amazon Redshift.

Properties

AdditionalEncryptionContext

An optional set of non-secret key–value pairs that contains additional contextual information about the data.

AttrCreateTime

The time when the integration was created, in Universal Coordinated Time (UTC).

AttrIntegrationArn

The ARN of the integration.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CdkTagManager

Tag Manager which manages the tags for this resource.

CfnProperties

A zero-ETL integration with Amazon Redshift.

DataFilter

Data filters for the integration.

Description

A description of the integration.

IntegrationName

The name of the integration.

KmsKeyId

The AWS Key Management System ( AWS KMS) key identifier for the key to use to encrypt the integration.

SourceArn

The Amazon Resource Name (ARN) of the database to use as the source for replication.

Tags

An optional array of key-value pairs to apply to this integration.

TargetArn

The ARN of the Redshift data warehouse to use as the target for replication.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

A zero-ETL integration with Amazon Redshift.

Constructors

CfnIntegration(Construct, string, ICfnIntegrationProps)

A zero-ETL integration with Amazon Redshift.

public CfnIntegration(Construct scope, string id, ICfnIntegrationProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnIntegrationProps

Resource properties.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

Properties

AdditionalEncryptionContext

An optional set of non-secret key–value pairs that contains additional contextual information about the data.

public virtual object? AdditionalEncryptionContext { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

AttrCreateTime

The time when the integration was created, in Universal Coordinated Time (UTC).

public virtual string AttrCreateTime { get; }
Property Value

string

Remarks

CloudformationAttribute: CreateTime

AttrIntegrationArn

The ARN of the integration.

public virtual string AttrIntegrationArn { get; }
Property Value

string

Remarks

CloudformationAttribute: IntegrationArn

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

CfnProperties

A zero-ETL integration with Amazon Redshift.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

DataFilter

Data filters for the integration.

public virtual string? DataFilter { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

Description

A description of the integration.

public virtual string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

IntegrationName

The name of the integration.

public virtual string? IntegrationName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

KmsKeyId

The AWS Key Management System ( AWS KMS) key identifier for the key to use to encrypt the integration.

public virtual string? KmsKeyId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

SourceArn

The Amazon Resource Name (ARN) of the database to use as the source for replication.

public virtual string SourceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

Tags

An optional array of key-value pairs to apply to this integration.

public virtual ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

TargetArn

The ARN of the Redshift data warehouse to use as the target for replication.

public virtual string TargetArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

Methods

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-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

A zero-ETL integration with Amazon Redshift.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html

CloudformationResource: AWS::RDS::Integration

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX