Class: Aws::Types::ConfigurationTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_action_for_allow_vended_logs_delivery_for_resource::String

Returns the value of attribute allowed_action_for_allow_vended_logs_delivery_for_resource.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def allowed_action_for_allow_vended_logs_delivery_for_resource
  @allowed_action_for_allow_vended_logs_delivery_for_resource
end

#allowed_field_delimiters::Array[::String]

Returns the value of attribute allowed_field_delimiters.

Returns:

  • (::Array[::String])


135
136
137
# File 'sig/types.rbs', line 135

def allowed_field_delimiters
  @allowed_field_delimiters
end

#allowed_fields::Array[Types::RecordField]

Returns the value of attribute allowed_fields.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def allowed_fields
  @allowed_fields
end

#allowed_output_formats::Array[("json" | "plain" | "w3c" | "raw" | "parquet")]

Returns the value of attribute allowed_output_formats.

Returns:

  • (::Array[("json" | "plain" | "w3c" | "raw" | "parquet")])


133
134
135
# File 'sig/types.rbs', line 133

def allowed_output_formats
  @allowed_output_formats
end

#allowed_suffix_path_fields::Array[::String]

Returns the value of attribute allowed_suffix_path_fields.

Returns:

  • (::Array[::String])


136
137
138
# File 'sig/types.rbs', line 136

def allowed_suffix_path_fields
  @allowed_suffix_path_fields
end

#default_delivery_config_valuesTypes::ConfigurationTemplateDeliveryConfigValues

Returns the value of attribute default_delivery_config_values.



131
132
133
# File 'sig/types.rbs', line 131

def default_delivery_config_values
  @default_delivery_config_values
end

#delivery_destination_type"S3", ...

Returns the value of attribute delivery_destination_type.

Returns:

  • ("S3", "CWL", "FH", "XRAY")


130
131
132
# File 'sig/types.rbs', line 130

def delivery_destination_type
  @delivery_destination_type
end

#delivery_source_configuration::Array[Types::DeliverySourceConfigurationSchema]

Returns the value of attribute delivery_source_configuration.



137
138
139
# File 'sig/types.rbs', line 137

def delivery_source_configuration
  @delivery_source_configuration
end

#log_type::String

Returns the value of attribute log_type.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def log_type
  @log_type
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def resource_type
  @resource_type
end

#s3_tables_integrationTypes::S3TablesIntegration

Returns the value of attribute s3_tables_integration.



138
139
140
# File 'sig/types.rbs', line 138

def s3_tables_integration
  @s3_tables_integration
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def service
  @service
end