Class AcceleratorAttributes
Inheritance
System.Object
AcceleratorAttributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GlobalAccelerator.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorAttributes
Fields
View SourceFlowLogsEnabled
Indicates whether flow logs are enabled.
Declaration
public readonly bool? FlowLogsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
FlowLogsS3Bucket
The name of the Amazon S3 bucket for the flow logs.
Declaration
public readonly string FlowLogsS3Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
FlowLogsS3Prefix
The prefix for the location in the Amazon S3 bucket for the flow logs.
Declaration
public readonly string FlowLogsS3Prefix
Field Value
| Type | Description |
|---|---|
| System.String |