Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Website parameters for the S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_documentString

The name of the error document for the website.

Returns:

  • (String)


19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19275

class AwsS3BucketWebsiteConfiguration < Struct.new(
  :error_document,
  :index_document_suffix,
  :redirect_all_requests_to,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end

#index_document_suffixString

The name of the index document for the website.

Returns:

  • (String)


19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19275

class AwsS3BucketWebsiteConfiguration < Struct.new(
  :error_document,
  :index_document_suffix,
  :redirect_all_requests_to,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end

#redirect_all_requests_toTypes::AwsS3BucketWebsiteConfigurationRedirectTo

The redirect behavior for requests to the website.



19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19275

class AwsS3BucketWebsiteConfiguration < Struct.new(
  :error_document,
  :index_document_suffix,
  :redirect_all_requests_to,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end

#routing_rulesArray<Types::AwsS3BucketWebsiteConfigurationRoutingRule>

The rules for applying redirects for requests to the website.



19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19275

class AwsS3BucketWebsiteConfiguration < Struct.new(
  :error_document,
  :index_document_suffix,
  :redirect_all_requests_to,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end