AwsVpcNamingArgs

interface AwsVpcNamingArgs { name: string; }

Stable provider and Pulumi name input for AwsVpc.

Example

CODE
import type { AwsVpcNamingArgs } from '@jobcloud/aws-vpc';

const naming: AwsVpcNamingArgs = {
  name: 'shared',
};

Properties

name: string

Stable purpose name used to build Pulumi logical names and the AWS Name tag value.

Remarks

Keep this plain camelCase string stable for the lifetime of the component instance. The final provider Name tag uses stackAndPurpose: ${environmentCode}-${projectHash}-${name}.