Class: Aws::Types::ConfigurationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_action_for_allow_vended_logs_delivery_for_resource ⇒ ::String
Returns the value of attribute allowed_action_for_allow_vended_logs_delivery_for_resource.
-
#allowed_field_delimiters ⇒ ::Array[::String]
Returns the value of attribute allowed_field_delimiters.
-
#allowed_fields ⇒ ::Array[Types::RecordField]
Returns the value of attribute allowed_fields.
-
#allowed_output_formats ⇒ ::Array[("json" | "plain" | "w3c" | "raw" | "parquet")]
Returns the value of attribute allowed_output_formats.
-
#allowed_suffix_path_fields ⇒ ::Array[::String]
Returns the value of attribute allowed_suffix_path_fields.
-
#default_delivery_config_values ⇒ Types::ConfigurationTemplateDeliveryConfigValues
Returns the value of attribute default_delivery_config_values.
-
#delivery_destination_type ⇒ "S3", ...
Returns the value of attribute delivery_destination_type.
-
#delivery_source_configuration ⇒ ::Array[Types::DeliverySourceConfigurationSchema]
Returns the value of attribute delivery_source_configuration.
-
#log_type ⇒ ::String
Returns the value of attribute log_type.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#s3_tables_integration ⇒ Types::S3TablesIntegration
Returns the value of attribute s3_tables_integration.
-
#service ⇒ ::String
Returns the value of attribute service.
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.
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.
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.
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.
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.
136 137 138 |
# File 'sig/types.rbs', line 136 def allowed_suffix_path_fields @allowed_suffix_path_fields end |
#default_delivery_config_values ⇒ Types::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.
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.
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.
129 130 131 |
# File 'sig/types.rbs', line 129 def resource_type @resource_type end |
#s3_tables_integration ⇒ Types::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.
127 128 129 |
# File 'sig/types.rbs', line 127 def service @service end |