Class: Aws::Appflow::Types::ConnectorEntityField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorEntityField
- Includes:
- Structure
- Defined in:
- 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 corresponding `filterOperators` and `supportedValues`.
Instance Attribute Details
#custom_properties ⇒ Hash<String,String>
A map that has specific properties related to the ConnectorEntityField.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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`.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 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 |