Interface ITransferAccelerationUrlOptions
Options for creating a Transfer Acceleration URL.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransferAccelerationUrlOptions
Syntax (vb)
Public Interface ITransferAccelerationUrlOptions
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var transferAccelerationUrlOptions = new TransferAccelerationUrlOptions {
DualStack = false
};
Synopsis
Properties
DualStack | Dual-stack support to connect to the bucket over IPv6. |
Properties
DualStack
Dual-stack support to connect to the bucket over IPv6.
virtual Nullable<bool> DualStack { get; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: - false