Class: Aws::Types::CreateRedshiftIdcApplicationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type"None", "Lakehouse"

Returns the value of attribute application_type.

Returns:

  • ("None", "Lakehouse")


700
701
702
# File 'sig/types.rbs', line 700

def application_type
  @application_type
end

#authorized_token_issuer_list::Array[Types::AuthorizedTokenIssuer]

Returns the value of attribute authorized_token_issuer_list.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def authorized_token_issuer_list
  @authorized_token_issuer_list
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def iam_role_arn
  @iam_role_arn
end

#idc_display_name::String

Returns the value of attribute idc_display_name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def idc_display_name
  @idc_display_name
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def idc_instance_arn
  @idc_instance_arn
end

#identity_namespace::String

Returns the value of attribute identity_namespace.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def identity_namespace
  @identity_namespace
end

#redshift_idc_application_name::String

Returns the value of attribute redshift_idc_application_name.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def redshift_idc_application_name
  @redshift_idc_application_name
end

#service_integrations::Array[Types::ServiceIntegrationsUnion]

Returns the value of attribute service_integrations.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def service_integrations
  @service_integrations
end

#sso_tag_keys::Array[::String]

Returns the value of attribute sso_tag_keys.

Returns:

  • (::Array[::String])


702
703
704
# File 'sig/types.rbs', line 702

def sso_tag_keys
  @sso_tag_keys
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def tags
  @tags
end