interface SiteReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Outposts.SiteReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsoutposts#SiteReference |
Java | software.amazon.awscdk.interfaces.outposts.SiteReference |
Python | aws_cdk.interfaces.aws_outposts.SiteReference |
TypeScript | aws-cdk-lib » interfaces » aws_outposts » SiteReference |
A reference to a Site resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_outposts as interfaces_outposts } from 'aws-cdk-lib/interfaces';
const siteReference: interfaces_outposts.SiteReference = {
siteArn: 'siteArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| site | string | The SiteArn of the Site resource. |
siteArn
Type:
string
The SiteArn of the Site resource.

.NET
Go
Java
Python
TypeScript