interface HostReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CodeConnections.HostReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscodeconnections#HostReference |
Java | software.amazon.awscdk.interfaces.codeconnections.HostReference |
Python | aws_cdk.interfaces.aws_codeconnections.HostReference |
TypeScript | aws-cdk-lib » interfaces » aws_codeconnections » HostReference |
A reference to a Host resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codeconnections as interfaces_codeconnections } from 'aws-cdk-lib/interfaces';
const hostReference: interfaces_codeconnections.HostReference = {
hostArn: 'hostArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| host | string | The HostArn of the Host resource. |
hostArn
Type:
string
The HostArn of the Host resource.

.NET
Go
Java
Python
TypeScript