Method: Aws::Redshift::Types::CreateRedshiftIdcApplicationMessage#identity_namespace
- Defined in:
- lib/aws-sdk-redshift/types.rb
#identity_namespace ⇒ String
The namespace for the Amazon Redshift IAM Identity Center application instance. It determines which managed application verifies the connection token.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-redshift/types.rb', line 3075 class CreateRedshiftIdcApplicationMessage < Struct.new( :idc_instance_arn, :redshift_idc_application_name, :identity_namespace, :idc_display_name, :iam_role_arn, :authorized_token_issuer_list, :service_integrations, :application_type, :tags, :sso_tag_keys) SENSITIVE = [] include Aws::Structure end |