aws-cdk-lib.aws_opsworks.CfnStack.ElasticIpProperty

interface ElasticIpProperty

LanguageType name
.NETAmazon.CDK.AWS.OpsWorks.CfnStack.ElasticIpProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnStack_ElasticIpProperty
Javasoftware.amazon.awscdk.services.opsworks.CfnStack.ElasticIpProperty
Pythonaws_cdk.aws_opsworks.CfnStack.ElasticIpProperty
TypeScript aws-cdk-lib » aws_opsworks » CfnStack » ElasticIpProperty

Describes an Elastic IP address.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as opsworks } from 'aws-cdk-lib';
const elasticIpProperty: opsworks.CfnStack.ElasticIpProperty = {
  ip: 'ip',

  // the properties below are optional
  name: 'name',
};

Properties

NameTypeDescription
ipstringThe IP address.
name?stringThe name, which can be a maximum of 32 characters.

ip

Type: string

The IP address.


name?

Type: string (optional)

The name, which can be a maximum of 32 characters.