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)


18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18369

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)


18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18369

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.



18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18369

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.



18369
18370
18371
18372
18373
18374
18375
18376
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18369

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