Show / Hide Table of Contents

Class TransferJobTransferSpecObjectConditionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TransferJobTransferSpecObjectConditionsArgs
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.Gcp.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobTransferSpecObjectConditionsArgs : ResourceArgs

Constructors

View Source

TransferJobTransferSpecObjectConditionsArgs()

Declaration
public TransferJobTransferSpecObjectConditionsArgs()

Properties

View Source

ExcludePrefixes

exclude_prefixes must follow the requirements described for include_prefixes. See Requirements.

Declaration
public InputList<string> ExcludePrefixes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

IncludePrefixes

If include_refixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.

Declaration
public InputList<string> IncludePrefixes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

MaxTimeElapsedSinceLastModification

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Declaration
public Input<string> MaxTimeElapsedSinceLastModification { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinTimeElapsedSinceLastModification

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Declaration
public Input<string> MinTimeElapsedSinceLastModification { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.