Class CfnIntegration
A zero-ETL integration with Amazon Redshift.
Inherited Members
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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnIntegration(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnIntegration(Construct, String, ICfnIntegrationProps) |
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. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
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>) |
Constructors
CfnIntegration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnIntegration(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnIntegration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnIntegration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnIntegration(Construct, String, ICfnIntegrationProps)
public CfnIntegration(Construct scope, string id, ICfnIntegrationProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnIntegrationProps
Resource properties.
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
System.Object
AttrCreateTime
The time when the integration was created, in Universal Coordinated Time (UTC).
public virtual string AttrCreateTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreateTime
AttrIntegrationArn
The ARN of the integration.
public virtual string AttrIntegrationArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: IntegrationArn
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
DataFilter
Data filters for the integration.
public virtual string DataFilter { get; set; }
Property Value
System.String
Description
A description of the integration.
public virtual string Description { get; set; }
Property Value
System.String
IntegrationName
The name of the integration.
public virtual string IntegrationName { get; set; }
Property Value
System.String
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
System.String
SourceArn
The Amazon Resource Name (ARN) of the database to use as the source for replication.
public virtual string SourceArn { get; set; }
Property Value
System.String
Tags
An optional array of key-value pairs to apply to this integration.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
TargetArn
The ARN of the Redshift data warehouse to use as the target for replication.
public virtual string TargetArn { get; set; }
Property Value
System.String
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.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>