Show / Hide Table of Contents

Class AcceleratorAttributesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AcceleratorAttributesGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

AcceleratorAttributesGetArgs()

Declaration
public AcceleratorAttributesGetArgs()

Properties

View Source

FlowLogsEnabled

Indicates whether flow logs are enabled.

Declaration
public Input<bool> FlowLogsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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