Class AcceleratorAttributesGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorAttributesGetArgs : ResourceArgs
Constructors
View SourceAcceleratorAttributesGetArgs()
Declaration
public AcceleratorAttributesGetArgs()
Properties
View SourceFlowLogsEnabled
Indicates whether flow logs are enabled.
Declaration
public Input<bool> FlowLogsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FlowLogsS3Bucket
The name of the Amazon S3 bucket for the flow logs.
Declaration
public Input<string> FlowLogsS3Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FlowLogsS3Prefix
The prefix for the location in the Amazon S3 bucket for the flow logs.
Declaration
public Input<string> FlowLogsS3Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |