Show / Hide Table of Contents

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 Source

FlowLogsEnabled

Indicates whether flow logs are enabled.

Declaration
public readonly bool? FlowLogsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

FlowLogsS3Bucket

The name of the Amazon S3 bucket for the flow logs.

Declaration
public readonly string FlowLogsS3Bucket
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.