interface CloudConnectorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSM.CloudConnectorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssm#CloudConnectorReference |
Java | software.amazon.awscdk.interfaces.ssm.CloudConnectorReference |
Python | aws_cdk.interfaces.aws_ssm.CloudConnectorReference |
TypeScript | aws-cdk-lib » interfaces » aws_ssm » CloudConnectorReference |
A reference to a CloudConnector resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as interfaces_ssm } from 'aws-cdk-lib/interfaces';
const cloudConnectorReference: interfaces_ssm.CloudConnectorReference = {
cloudConnectorArn: 'cloudConnectorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | The CloudConnectorArn of the CloudConnector resource. |
cloudConnectorArn
Type:
string
The CloudConnectorArn of the CloudConnector resource.

.NET
Go
Java
Python
TypeScript