interface MapReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Location.MapReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#MapReference |
![]() | software.amazon.awscdk.services.location.MapReference |
![]() | aws_cdk.aws_location.MapReference |
![]() | aws-cdk-lib » aws_location » MapReference |
A reference to a Map resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from 'aws-cdk-lib';
const mapReference: location.MapReference = {
mapArn: 'mapArn',
mapName: 'mapName',
};
Properties
Name | Type | Description |
---|---|---|
map | string | The ARN of the Map resource. |
map | string | The MapName of the Map resource. |
mapArn
Type:
string
The ARN of the Map resource.
mapName
Type:
string
The MapName of the Map resource.