Class: Aws::Appflow::Types::ConnectorEntityField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorEntityField
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Describes the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_properties ⇒ Hash<String,String>
A map that has specific properties related to the ConnectorEntityField.
-
#default_value ⇒ String
Default value that can be assigned to this field.
-
#description ⇒ String
A description of the connector entity field.
-
#destination_properties ⇒ Types::DestinationFieldProperties
The properties applied to a field when the connector is being used as a destination.
-
#identifier ⇒ String
The unique identifier of the connector field.
-
#is_deprecated ⇒ Boolean
Booelan value that indicates whether this field is deprecated or not.
-
#is_primary_key ⇒ Boolean
Booelan value that indicates whether this field can be used as a primary key.
-
#label ⇒ String
The label applied to a connector entity field.
-
#parent_identifier ⇒ String
The parent identifier of the connector field.
-
#source_properties ⇒ Types::SourceFieldProperties
The properties that can be applied to a field when the connector is being used as a source.
-
#supported_field_type_details ⇒ Types::SupportedFieldTypeDetails
Contains details regarding the supported
FieldType
, including the correspondingfilterOperators
andsupportedValues
.
Instance Attribute Details
#custom_properties ⇒ Hash<String,String>
A map that has specific properties related to the ConnectorEntityField.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
Default value that can be assigned to this field.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connector entity field.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#destination_properties ⇒ Types::DestinationFieldProperties
The properties applied to a field when the connector is being used as a destination.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the connector field.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#is_deprecated ⇒ Boolean
Booelan value that indicates whether this field is deprecated or not.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#is_primary_key ⇒ Boolean
Booelan value that indicates whether this field can be used as a primary key.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label applied to a connector entity field.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#parent_identifier ⇒ String
The parent identifier of the connector field.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#source_properties ⇒ Types::SourceFieldProperties
The properties that can be applied to a field when the connector is being used as a source.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#supported_field_type_details ⇒ Types::SupportedFieldTypeDetails
Contains details regarding the supported FieldType
, including the
corresponding filterOperators
and supportedValues
.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 543 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |