Skip to main content

Connection Interface Type Contracts

In this section, you will find details about Connection Interface Type Contracts.

Each Connection Interface refers to a type specifying a contract with a list of all attributes.

You can use these contracts. Check the Connection Interface Type contracts available:

aws-dynamo-conn

Connection Interface for AWS Dynamo. It allows you to run applications on a NoSQL key-value database.

See the output below:

OutputTypeDescription
arnStringAmazon ARN.
table_nameStringTable name.

aws-ecr-conn

Connection Interface for AWS ECR. It allows you to store, share, and deploy container software.

See the output below:

OutputTypeDescription
"repository_url"StringRepository URL.
"arn"StringAmazon ARN.

aws-eks-conn

Connection Interface for AWS EKS lets you connect to the Kubernetes-managed service. It ensures your containers run without installing and operating your nodes or management environments.

See the output below:

OutputTypeDescription
"cluster_name"StringEKS Cluster name.
"cluster_endpoint"StringEndpoint for your Kubernetes API server.
"cluster_ca_certificate"StringCertificate authorizes communication with the Cluster API.
"account_id"StringAWS account id.
"region"StringRegion. For example: us-east-1.
"eks_oidc_id"StringOpenId authorized to perform actions on the Cluster, such as listing and deployment, for example.

aws-iam-role-conn

Connection Interface for AWS IAM Role. It allows you to create a new role for your AWS account.

See the output below:

OutputTypeDescription
arnStringAmazon ARN.
nameStringIndicates the role's name.

aws-s3-conn

Connection Interface for AWS S3. It allows you to store objects safely and with scalability.

See the output below:

OutputTypeDescription
arnStringAmazon ARN.
bucket_nameStringName of the AWS Bucket.

aws-secret-manager-conn

Connection Interface for AWS Secret Manager. You can manage, change, and recover credentials. It helps to secure access to cloud applications and resources.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringConnection Interface name.

aws-sns-conn

Connection Interface for AWS SNS. It allows you to send notifications in two ways: A2A and A2P.

See the output below:

OutputTypeDescription
arnStringAmazon ARN.
topic_nameStringTopic name.

aws-sqs-conn

Connection Interface for AWS SQS. It allows you to send, store, and receive messages between software components on any volume.

See the output below:

OutputTypeDescription
queue_nameStringQueue name.
urlStringRepository URL.
arnStringAmazon ARN.

aws-rds-conn

Connection Interface for AWS RDS. It allows integration with the SQL database managed service. It helps configure, operate, and scale relational data.

See the output below:

OutputTypeDescription
"engine"StringThe database engine that will be used.
"engine_version"StringThe version of the engine.
"name"StringConnection Interface name.
"host"StringIt is the Endpoint that connects to the DB.
"port"StringThe port on which DB accepts connections
"user"StringUser who will use the DB master.
"pass"SecretPassword used by the DB master.

aws-glue-registry-conn

Connection Interface of the Glue Schema Registry. It allows you to share connection information to the AWS Schema Registry. It is for data operations in K-ISMS and MSK.

See the output below:

OutputTypeDescription
"name"StringRegistry name.
"arn"StringRegistry ARN.

aws-glue-job-conn

It is an AWS Glue Jobs Connection Interface that provides the name and ARN of the job created in the Glue service. It connects to workflows and triggers.

See the output below:

OutputTypeDescription
"name"StringJob name.
"arn"StringJob ARN.

aws-glue-crawler-conn

Connection Interface of the AWS Glue Crawler used to inform the job of the crawler created and connect to the workflow and trigger.

See the output below:

OutputTypeDescription
"name"StringJob name.
"arn"StringJob ARN.

aws-glue-workflow-conn

It is a Connection Interface of the AWS Glue Workflow type. It allows you to add the workflow's name and ARN to connect jobs, triggers, and crawlers of the AWS Glue service. They handle centralized management. To summarize, it is the workflow for the entire Glue job structure.

See the output below:

OutputTypeDescription
"name"StringWorkflow name.
"arn"StringWorkflow ARN.

aws-msk-cluster-conn

It is the Connection Interface of the MSK Cluster type. It provides the MSK Cluster connection information for applications using Pub/Sub, event-oriented structures, etc.

info

Pub/Sub is an asynchronous, scalable messaging service that separates the services that produce messages from the services that process those messages.

See the output below:

OutputTypeDescription
"name"StringCluster name.
"arn"StringCluster ARN.
"bootstrap_brokers"ListBrokers list using Bootstrap.
"bootstrap_brokers_public_sasl_iam"ListBrokers list that is exposed to the public. It is used to make the IAM connection and authentication.
"bootstrap_brokers_public_sasl_scram"ListList of public brokers used for authentication in the Scram format.
"bootstrap_brokers_public_tls"ListList of public brokers using for TLS certificate.
"bootstrap_brokers_sasl_iam"ListIt is a default broker for IAM authentication.
"bootstrap_brokers_sasl_scram"ListIt is a default broker for Scram authentication.
"bootstrap_brokers_tls"ListIt is a default broker for a TLS certificate.
"zookeeper_connect_string"ListList of node brokers to connect to Zookeeper. This will be used to manage the Cluster.
"zookeeper_connect_string_tls"ListIt uses an extra layer to connect to Zookeeper. In this case, it is the TLS certificate.

aws-msk-connector-conn

The Connection Interface states the ARN that connects to a pre-existing connector. It is a type of Kafka connector and can be used in observability, analysis, and workflows.

See the output below:

OutputTypeDescription
"name"StringConnector name.
"arn"StringConnector ARN.

aws-msk-plugin-conn

It refers to the MSK Plugins resource. It indicates the name and the ARN of the Plugins used to create the connector. It is the source of the code that creates and designs an MSK connector.

Check out the outputs below:

OutputTypeDescription
"name"StringPlugin name.
"arn"StringPlugin ARN.

aws-glue-trigger-conn

It is an AWS Triggers resource. It indicates the name and ARN of a Trigger created to initiate Glue jobs and Crawlers. Besides, this Connection Interface starts a job and a crawler.

See the output below:

OutputTypeDescription
"name"StringTrigger name.
"arn"StringTrigger ARN.

aws-glue-database-conn

It is the Connection Interface of the AWS Glue Data Catalog or Glue Data Base. It refers to the name and ARN of the Database created within the Glue catalog. It is used in Analytics or data processing to state the database's origin.

See the output below:

OutputTypeDescription
"name"StringDatabase name.
"arn"StringDatabase ARN.

aws-ecs-cluster

It is the Connection Interface of AWS ECS, representing a Cluster.

See the output below:

OutputTypeDescription
"name"StringCluster name.
"arn"StringCluster ARN.
"id"StringCluster ID.

aws-ecs-container-definition

Connection Interface for AWS ECS represents a container definition (task).

See the output below:

OutputTypeDescription
"container_definition"StringContainer definition.

aws-ecs-service

The Connection Interface for AWS ECS represents a service.

See the output below:

OutputTypeDescription
"name"StringService name.
"id"StringService ID.

aws-lambda-function

The Connection Interface for AWS Lambda represents a function.

See the output below:

OutputTypeDescription
"arn"StringARN function.
"name"StringName function.
"version"StringVersion function.

aws-kms-key

The Connection Interface for AWS KMS represents a key.

OutputTypeDescription
"arn"StringKey ARN.
"id"StringKey ID.
"alias"StringIt is a friendly name for the key. It allows reference without using the ID. Refer to the AWS page for more information.

az-linux-virtual-machine

The Connection Interface for Azure Blob Storage represents a Linux virtual machine.

OutputTypeDescription
"private_ip_address"StringPrivate IPs allowing communication between resources in Azure.
"id"StringAccount ID.
"public_ip_address"StringPublic IPs allowing communication between resources in Azure.
"virtual_machine_id"StringVirtual machine ID.

aws-system-manager-parameter-store-conn

Connection Interface for AWS System Manager. It is responsible for managing resources on AWS.

See the output below:

OutputTypeDescription
"id"StringParameter Store ID from Fn::Ref
"type"StringParameter Store type
"value"StringParameter Store value

aws-ec2-conn

Connection Interface for AWS EC2. It is responsible for provisioning EC2 instances.

See the output below:

OutputTypeDescription
"id"StringEC2 instance ID
"availability_zone"StringAZ of the EC2 instance
"private_dns_name"String
"private_ip"StringPrivate IP of the EC2 instance
"public_dns_name"StringPublic DNS of the EC2 instance
"public_ip"StringPublic IP of the EC2 instance

aws-transfer-family-conn

Connection Interface for AWS Transfer Family. It is responsible for managing data sharing.

See the output below:

OutputTypeDescription
"arn"StringAmazon arn
"server_id"StringServerId from the transfer family server.

aws-route53-hosted-zone-conn

Connection Interface for AWS Route53 Hosted Zone. It is responsible for working with hosted zones.

See the output below:

OutputTypeDescription
"id"StringID from the HostedZone.
"name_servers"StringNS from the HostedZone.

aws-acm-conn

Connection Interface for AWS ACM. It is responsible for provisioning and managing SSL/TLS certificates.

See the output below:

OutputTypeDescription
"arn"StringAmazon arn from Fn::Ref.

aws-redshift-conn

Connection Interface for AWS RedShift. It is responsible for using SQL to analyze structured data.

See the output below:

OutputTypeDescription
"cluster_namespace_arn"StringAmazon arn
"endpoint_address"StringRedshift endpoint address
"endpoint_port"StringRedshift endpoint port
"master_password_secret_arn"StringRedshift Master Password

aws-efs-conn

The Connection Interface for AWS EFS stores files without a server.

See the output below:

OutputTypeDescription
"arn"StringAmazon arn
"file_system_id"StringID from the File System

aws-elasticache-redis-conn

The Connection Interface for AWS ElastiCache monitors application performance in real-time.

See the output below:

OutputTypeDescription
"ID"StringElasticache's logical ID
"redis_endpoint_address"StringElasticache Port
"redis_endpoint_port"StringElasticache Port

aws-vpc-conn

The Connection Interface for AWS VPC defines and starts AWS resources.

See the outputs below:

OutputTypeDescriptionItem Type
"name"StringThe name of the VPC specified as argument to this module
"azs"Array of itemsA list of availability zones specified as argument to this moduleString
"default_vpc"ObjectDefault VPC InfoVPC
"private_subnets"Array of itemsA list of private subnetsSubnet
"public_subnets"Array of itemsA list of public subnetsSubnet
"vpc"ObjectVPC InfoVPC

See the object's items below:

  • VPC:
Propertydescriptiontyperequired
"id"The ID of the VPCStringYes
"arn"AWS ARNStringYes
"cidr_block"The CIDR block of the VPCStringYes
  • Subnet:
PropertyDescriptionTypeRequired
"id"The ID of the subnet.StringYes
"arn"AWS arnString.Yes
"cidr_block"The CIDR block of the subnet.StringYes
"name"Subnet name.StringYes

aws-dms-endpoints-conn

Connection Interface for [Endpoints AWS DMS] (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html). It connects to a datastore and migrates data from a source endpoint to a destination endpoint.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"endpoint_id"StringEndpoint ID.

aws-dms-replication-instance-conn

Connection Interface for AWS DMS Replication Instance. It is responsible for the replication instance.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"instance_id"StringInstance ID.

az-cosmos-db-conn

Connection Interface for Azure Cosmos DB. It allows you to execute applications in a NoSQL database.

See the output below:

OutputTypeDescription
"endpoint"StringThe main endpoint for accessing the Cosmos DB account.
"id"StringThe unique ID of the Cosmos DB account.
"primary_key"StringThe primary key to access the Cosmos DB account.
"ead_endpoints"StringList of reading endpoints available for the Cosmos DB account.
"secondary_key"StringThe secondary key to access the Cosmos DB account.
"write_endpoints"StringList of writing endpoints available for the Cosmos DB account.

az-function-conn

Connection Interface for Azure Functions. It is responsible for executing event-driven serverless code.

See the output below:

OutputTypeDescription
"default_hostname"StringThe default hostname for accessing the function.
"name"StringFunction name.
"id"StringThe unique function ID.

az-service-bus-conn

The Connection Interface for Azure Service Bus manages messaging services.

See the output below:

OutputTypeDescription
"default_primary_connection_string"StringPrimary connection string.
"default_primary_key"StringPrimary key of the shared access policy.

az-aks-conn

Connection Interface for Azure AKS. It allows you to connect to the Kubernetes managed service, ensuring that your containers run without the need to install and/or operate your nodes or management environments.

See the output below:

OutputTypeDescription
"client_certificate"StringThe client certificate used to authenticate with the Kubernetes cluster.
"client_key"StringThe client key used for authentication with the Kubernetes cluster.
"cluster_ca_certificate"StringCluster CA certificate, used to verify the authenticity of the Kubernetes cluster.
"host"StringThe host address of the Kubernetes cluster, used to connect to the cluster.
"id"StringThe unique ID of the Kubernetes cluster.
"kube_config"StringThe raw kube configuration for accessing the Kubernetes cluster.

aws-cloudfront-conn

Connection Interface for AWS Cloudfront Distribution. It's used to make static and/or dynamic content available on the web.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringName of the generated Cloudfront.

aws-cloudfront-conn-v2

Connection Interface for AWS Cloudfront Distribution with an Origins record. It's used to make static and/or dynamic content available on the web.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringName of the generated Cloudfront.
"origins"Array of originA list of content origins.

See the object items:

  • origins
PropertyDescriptionTypeRequired
"domain_name"DNS domain name of either the S3 bucket, or web site of your custom origin.StringYes
"origin_id"Unique identifier for the origin.StringYes
"path"Optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.StringNo

aws-cloudfront-conn-v2

Connection Interface for AWS Cloudfront Distribution, with an Origins registry. It is used to make static and/or dynamic content available on the web.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringName of the generated Cloudfront.
"origins"Array of originA list of content sources.

See the object's items below:

  • origins | Property |Description | Type | Required | |---------------|----------------|----------|--------------| | "domain_name " | DNS domain name of any S3 bucket or custom Origin site. | String | Yes. | | "origin_id" | Unique ID for Origin. | String | Yes. | | "path" | Optional element that makes CloudFront request your content from a directory in your Amazon S3 bucket or your custom origin. | String | No. |

aws-security-group-conn

Connection Interface for AWS Security Group. It represents a security group that acts as a virtual firewall for EC2 instances.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringSecurity Group name.
"sgid"StringSecurity Group Id.

aws-eventbridge-scheduler-conn

Connection Interface for AWS Event Bridge Scheduler. It is responsible for creating and managing tasks from a centrally managed service.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.

aws-eventbridge-conn

Connection Interface for AWS Event Bridge. It represents a serverless service that uses events to connect application components.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringEvent name.
"rule_arn"StringThe ARN of the Event Bridge rule. If multiple, separate with a comma.

aws-documentdb-conn

Connection Interface for DocumentDB. It represents a native JSON document database.

See the output below:

OutputTypeDescription
"arn"StringAmazon ARN.
"name"StringName of the generated document database.
"endpoint"StringServer's address.
"port"NumberConnection port.
"user"StringUser to connect to the bank.
"pass"String (sensitive)Password for connecting to the bank.

aws-codedeploy-conn

Connection Interface for AWS CodeDeploy. It makes it easier to launch new features quickly.

See the output below:

OutputTypeDescription
"application_arn"StringO ARN da aplicação de CodeDeploy.
"application_id"StringApplication ID.
"application_name"StringApplication name.
"deployment_groups"ObjectDeployment group list.

Check the items in the deployment group object, which has the following schema:

{"type": "array", "items": {"type": "object", "required": ["arn", "id", "name"], "properties": {"id": {"type": "string"}, "arn": {"type": "string"}, "name": {"type": "string"}}, "description": "CodeDeploy Deployment Group"}}
OutputDescription
"arn"The ARN of the CodeDeploy deployment group.
"id"Application name and deploy group name.
"name"Name of the deployment group.

aws-api-gateway-rest-conn

Connection Interface for AWS REST API. It represents a set of methods and resources for integrating with endpoints, Lambda functions or other AWS services.

See the output below:

OutputTypeDescription
"gateway_id"StringAPI REST ID.
"arn"StringGateway ARN.

aws-state-machine-conn

Connection Interface for AWS Step Function. It represents a visual workflow service that helps developers use AWS products to develop distributed applications.

See the output below:

OutputTypeDescription
"arn"StringStep Function ARN.
"name"StringStep Function name.
"id"StringStep Function ID.

aws-vpc-endpoint-conn

Connection Interface for VPC Endpoint. It represents a private connection that allows communication between AWS services and resources in a VPC without needing an Internet gateway.

See the output below:

OutputTypeDescription
"vpc_endpoint_id"StringThe ID of the VPC Endpoint.
"vpc_endpoint_name"StringThe name of the VPC Endpoint.
"dns_entry"StringThe DNS entry associated with the VPC Endpoint.

Connection Interface for VPC Link from the AWS API Gateway resource.

See the output below:

OutputTypeDescription
"id"StringThe ID of the VPC Link.
"name"StringThe name of the link.

aws-data-firehose-conn

Connection Interface for Amazon Data Firehose.

See the output below:

OutputTypeDescription
arnStringData Firehose ARN.
nameStringFirehose Name.