Skip to content

Commit 7fad224

Browse files
author
awstools
committed
docs(client-ec2): Updates to documentation for the transit gateway security group referencing feature.
1 parent 082bad8 commit 7fad224

File tree

4 files changed

+34
-30
lines changed

4 files changed

+34
-30
lines changed

clients/client-ec2/src/models/models_0.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,11 @@ export interface TransitGatewayVpcAttachmentOptions {
862862
DnsSupport?: DnsSupportValue;
863863

864864
/**
865-
* <note>
866-
* <p>This parameter is in preview and may not be available for your account.</p>
867-
* </note>
868-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
865+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
866+
*
867+
* </p>
868+
* <p>This option is disabled by default.</p>
869+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
869870
* @public
870871
*/
871872
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;

clients/client-ec2/src/models/models_2.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3489,10 +3489,11 @@ export interface TransitGatewayRequestOptions {
34893489
DnsSupport?: DnsSupportValue;
34903490

34913491
/**
3492-
* <note>
3493-
* <p>This parameter is in preview and may not be available for your account.</p>
3494-
* </note>
3495-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
3492+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
3493+
*
3494+
* </p>
3495+
* <p>This option is disabled by default.</p>
3496+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
34963497
* @public
34973498
*/
34983499
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
@@ -3602,10 +3603,9 @@ export interface TransitGatewayOptions {
36023603
DnsSupport?: DnsSupportValue;
36033604

36043605
/**
3605-
* <note>
3606-
* <p>This parameter is in preview and may not be available for your account.</p>
3607-
* </note>
3608-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
3606+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.</p>
3607+
* <p>This option is enabled by default.</p>
3608+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
36093609
* @public
36103610
*/
36113611
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
@@ -4952,13 +4952,14 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
49524952
DnsSupport?: DnsSupportValue;
49534953

49544954
/**
4955-
* <note>
4956-
* <p>This parameter is in preview and may not be available for your account.</p>
4957-
* </note>
4958-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
4955+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
4956+
*
4957+
* </p>
4958+
* <p>This option is disabled by default.</p>
49594959
* <p>If you don't enable or disable SecurityGroupReferencingSupport in the request, the
49604960
* attachment will inherit the security group referencing support setting on the transit
49614961
* gateway.</p>
4962+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing </a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
49624963
* @public
49634964
*/
49644965
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;

clients/client-ec2/src/models/models_6.ts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7895,10 +7895,11 @@ export interface ModifyTransitGatewayOptions {
78957895
DnsSupport?: DnsSupportValue;
78967896

78977897
/**
7898-
* <note>
7899-
* <p>This parameter is in preview and may not be available for your account.</p>
7900-
* </note>
7901-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
7898+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
7899+
*
7900+
* </p>
7901+
* <p>This option is disabled by default.</p>
7902+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
79027903
* @public
79037904
*/
79047905
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
@@ -8060,10 +8061,11 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
80608061
DnsSupport?: DnsSupportValue;
80618062

80628063
/**
8063-
* <note>
8064-
* <p>This parameter is in preview and may not be available for your account.</p>
8065-
* </note>
8066-
* <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>
8064+
* <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
8065+
*
8066+
* </p>
8067+
* <p>This option is disabled by default.</p>
8068+
* <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
80678069
* @public
80688070
*/
80698071
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20431,7 +20431,7 @@
2043120431
"SecurityGroupReferencingSupport": {
2043220432
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
2043320433
"traits": {
20434-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>\n <p>If you don't enable or disable SecurityGroupReferencingSupport in the request, the\n attachment will inherit the security group referencing support setting on the transit\n gateway.</p>"
20434+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.\n\n</p>\n <p>This option is disabled by default.</p>\n <p>If you don't enable or disable SecurityGroupReferencingSupport in the request, the\n attachment will inherit the security group referencing support setting on the transit\n gateway.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing </a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>"
2043520435
}
2043620436
},
2043720437
"Ipv6Support": {
@@ -78275,7 +78275,7 @@
7827578275
"SecurityGroupReferencingSupport": {
7827678276
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
7827778277
"traits": {
78278-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>"
78278+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.\n\n</p>\n <p>This option is disabled by default.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>"
7827978279
}
7828078280
},
7828178281
"AutoAcceptSharedAttachments": {
@@ -78503,7 +78503,7 @@
7850378503
"SecurityGroupReferencingSupport": {
7850478504
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
7850578505
"traits": {
78506-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>"
78506+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.\n\n</p>\n <p>This option is disabled by default.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>"
7850778507
}
7850878508
},
7850978509
"Ipv6Support": {
@@ -101993,7 +101993,7 @@
101993101993
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
101994101994
"traits": {
101995101995
"aws.protocols#ec2QueryName": "SecurityGroupReferencingSupport",
101996-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>",
101996+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.</p>\n <p>This option is enabled by default.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>",
101997101997
"smithy.api#xmlName": "securityGroupReferencingSupport"
101998101998
}
101999101999
},
@@ -102644,7 +102644,7 @@
102644102644
"SecurityGroupReferencingSupport": {
102645102645
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
102646102646
"traits": {
102647-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>"
102647+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.\n\n</p>\n <p>This option is disabled by default.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>"
102648102648
}
102649102649
},
102650102650
"MulticastSupport": {
@@ -103429,7 +103429,7 @@
103429103429
"target": "com.amazonaws.ec2#SecurityGroupReferencingSupportValue",
103430103430
"traits": {
103431103431
"aws.protocols#ec2QueryName": "SecurityGroupReferencingSupport",
103432-
"smithy.api#documentation": "<note>\n <p>This parameter is in preview and may not be available for your account.</p>\n </note>\n <p>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</p>",
103432+
"smithy.api#documentation": "<p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.\n\n</p>\n <p>This option is disabled by default.</p>\n <p>For more information about security group referencing, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security\">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>",
103433103433
"smithy.api#xmlName": "securityGroupReferencingSupport"
103434103434
}
103435103435
},

0 commit comments

Comments
 (0)