|
9768 | 9768 | "locationName":"item"
|
9769 | 9769 | }
|
9770 | 9770 | },
|
| 9771 | + "CloudWatchLogGroupArn":{"type":"string"}, |
| 9772 | + "CloudWatchLogOptions":{ |
| 9773 | + "type":"structure", |
| 9774 | + "members":{ |
| 9775 | + "LogEnabled":{ |
| 9776 | + "shape":"Boolean", |
| 9777 | + "documentation":"<p>Status of VPN tunnel logging feature. Default value is <code>False</code>.</p> <p>Valid values: <code>True</code> | <code>False</code> </p>", |
| 9778 | + "locationName":"logEnabled" |
| 9779 | + }, |
| 9780 | + "LogGroupArn":{ |
| 9781 | + "shape":"String", |
| 9782 | + "documentation":"<p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>", |
| 9783 | + "locationName":"logGroupArn" |
| 9784 | + }, |
| 9785 | + "LogOutputFormat":{ |
| 9786 | + "shape":"String", |
| 9787 | + "documentation":"<p>Configured log format. Default format is <code>json</code>.</p> <p>Valid values: <code>json</code> | <code>text</code> </p>", |
| 9788 | + "locationName":"logOutputFormat" |
| 9789 | + } |
| 9790 | + }, |
| 9791 | + "documentation":"<p>Options for sending VPN tunnel logs to CloudWatch.</p>" |
| 9792 | + }, |
| 9793 | + "CloudWatchLogOptionsSpecification":{ |
| 9794 | + "type":"structure", |
| 9795 | + "members":{ |
| 9796 | + "LogEnabled":{ |
| 9797 | + "shape":"Boolean", |
| 9798 | + "documentation":"<p>Enable or disable VPN tunnel logging feature. Default value is <code>False</code>.</p> <p>Valid values: <code>True</code> | <code>False</code> </p>" |
| 9799 | + }, |
| 9800 | + "LogGroupArn":{ |
| 9801 | + "shape":"CloudWatchLogGroupArn", |
| 9802 | + "documentation":"<p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>" |
| 9803 | + }, |
| 9804 | + "LogOutputFormat":{ |
| 9805 | + "shape":"String", |
| 9806 | + "documentation":"<p>Set log format. Default format is <code>json</code>.</p> <p>Valid values: <code>json</code> | <code>text</code> </p>" |
| 9807 | + } |
| 9808 | + }, |
| 9809 | + "documentation":"<p>Options for sending VPN tunnel logs to CloudWatch.</p>" |
| 9810 | + }, |
9771 | 9811 | "CoipAddressUsage":{
|
9772 | 9812 | "type":"structure",
|
9773 | 9813 | "members":{
|
|
37685 | 37725 | "StartupAction":{
|
37686 | 37726 | "shape":"String",
|
37687 | 37727 | "documentation":"<p>The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE negotiation.</p> <p>Valid Values: <code>add</code> | <code>start</code> </p> <p>Default: <code>add</code> </p>"
|
| 37728 | + }, |
| 37729 | + "LogOptions":{ |
| 37730 | + "shape":"VpnTunnelLogOptionsSpecification", |
| 37731 | + "documentation":"<p>Options for logging VPN tunnel activity.</p>" |
37688 | 37732 | }
|
37689 | 37733 | },
|
37690 | 37734 | "documentation":"<p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>"
|
|
50102 | 50146 | "shape":"String",
|
50103 | 50147 | "documentation":"<p>The action to take when the establishing the VPN tunnels for a VPN connection.</p>",
|
50104 | 50148 | "locationName":"startupAction"
|
| 50149 | + }, |
| 50150 | + "LogOptions":{ |
| 50151 | + "shape":"VpnTunnelLogOptions", |
| 50152 | + "documentation":"<p>Options for logging VPN tunnel activity.</p>", |
| 50153 | + "locationName":"logOptions" |
50105 | 50154 | }
|
50106 | 50155 | },
|
50107 | 50156 | "documentation":"<p>The VPN tunnel options.</p>"
|
|
52117 | 52166 | "type":"string",
|
52118 | 52167 | "enum":["Static"]
|
52119 | 52168 | },
|
| 52169 | + "VpnTunnelLogOptions":{ |
| 52170 | + "type":"structure", |
| 52171 | + "members":{ |
| 52172 | + "CloudWatchLogOptions":{ |
| 52173 | + "shape":"CloudWatchLogOptions", |
| 52174 | + "documentation":"<p>Options for sending VPN tunnel logs to CloudWatch.</p>", |
| 52175 | + "locationName":"cloudWatchLogOptions" |
| 52176 | + } |
| 52177 | + }, |
| 52178 | + "documentation":"<p>Options for logging VPN tunnel activity.</p>" |
| 52179 | + }, |
| 52180 | + "VpnTunnelLogOptionsSpecification":{ |
| 52181 | + "type":"structure", |
| 52182 | + "members":{ |
| 52183 | + "CloudWatchLogOptions":{ |
| 52184 | + "shape":"CloudWatchLogOptionsSpecification", |
| 52185 | + "documentation":"<p>Options for sending VPN tunnel logs to CloudWatch.</p>" |
| 52186 | + } |
| 52187 | + }, |
| 52188 | + "documentation":"<p>Options for logging VPN tunnel activity.</p>" |
| 52189 | + }, |
52120 | 52190 | "VpnTunnelOptionsSpecification":{
|
52121 | 52191 | "type":"structure",
|
52122 | 52192 | "members":{
|
|
52198 | 52268 | "StartupAction":{
|
52199 | 52269 | "shape":"String",
|
52200 | 52270 | "documentation":"<p>The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE negotiation.</p> <p>Valid Values: <code>add</code> | <code>start</code> </p> <p>Default: <code>add</code> </p>"
|
| 52271 | + }, |
| 52272 | + "LogOptions":{ |
| 52273 | + "shape":"VpnTunnelLogOptionsSpecification", |
| 52274 | + "documentation":"<p>Options for logging VPN tunnel activity.</p>" |
52201 | 52275 | }
|
52202 | 52276 | },
|
52203 | 52277 | "documentation":"<p>The tunnel options for a single VPN tunnel.</p>"
|
|
0 commit comments