メインコンテンツまでスキップ

AWSS3BucketLifecycleRuleTransition

No description

type AWSS3BucketLifecycleRuleTransition {
date: DateTime
days: Int!
storageClass: AWSS3BucketLifecycleRuleTransitionStorageClassType!
}

Fields

AWSS3BucketLifecycleRuleTransition.date ● DateTime scalar

Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format, and the time is always midnight UTC.

AWSS3BucketLifecycleRuleTransition.days ● Int! non-null scalar

Indicates the number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer.

AWSS3BucketLifecycleRuleTransition.storageClass ● AWSS3BucketLifecycleRuleTransitionStorageClassType! non-null enum

The storage class to which you want the object to transition.

Member of

AWSS3BucketLifecycleRule object