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)


19141
19142
19143
19144
19145
19146
19147
19148
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19141

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)


19141
19142
19143
19144
19145
19146
19147
19148
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19141

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.



19141
19142
19143
19144
19145
19146
19147
19148
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19141

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.



19141
19142
19143
19144
19145
19146
19147
19148
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19141

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