24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
=== Highlight
|
|
|
|
For https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Instance.html[aws-cdk-lib.aws_ec2.Instances]:
|
|
|
|
* Highlight the `vpcSubnets` property when set to a selection of public subnets.
|
|
|
|
For https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.CfnInstance.html[aws-cdk-lib.aws_ec2.CfnInstance]
|
|
|
|
* Highlight the `associatePublicIpAddress` property when set to `true`
|
|
|
|
For https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dms.CfnReplicationInstance.html[aws-cdk-lib.aws_dms.CfnReplicationInstance]
|
|
|
|
* Highlight the `publiclyAccessible` property when set to `True`
|
|
* Highlight the constructor code when the `publiclyAccessible` property is
|
|
not set
|
|
|
|
For https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_rds.DatabaseInstance.html[aws-cdk-lib.aws_rds.DatabaseInstance]
|
|
|
|
* Highlight the `publiclyAccessible` property when it's set
|
|
* Highlight the `vpcSubnets` attribute if the `publiclyAccessible` property if not set
|
|
|
|
For https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_rds.CfnDBInstance.html[aws-cdk-lib.aws_rds.CfnDBInstance]
|
|
|
|
* Highlight the `publiclyAccessible` property |