Class: Aws::Types::CreatePartnerAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_configTypes::PartnerAppConfig

Returns the value of attribute application_config.

Returns:



2733
2734
2735
# File 'sig/types.rbs', line 2733

def application_config
  @application_config
end

#auth_type"IAM", "IDC"

Returns the value of attribute auth_type.

Returns:



2735
2736
2737
# File 'sig/types.rbs', line 2735

def auth_type
  @auth_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:



2738
2739
2740
# File 'sig/types.rbs', line 2738

def client_token
  @client_token
end

#enable_auto_minor_version_upgradeBoolean

Returns the value of attribute enable_auto_minor_version_upgrade.

Returns:



2737
2738
2739
# File 'sig/types.rbs', line 2737

def enable_auto_minor_version_upgrade
  @enable_auto_minor_version_upgrade
end

#enable_iam_session_based_identityBoolean

Returns the value of attribute enable_iam_session_based_identity.

Returns:



2736
2737
2738
# File 'sig/types.rbs', line 2736

def enable_iam_session_based_identity
  @enable_iam_session_based_identity
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:



2729
2730
2731
# File 'sig/types.rbs', line 2729

def execution_role_arn
  @execution_role_arn
end

#idc_configTypes::IdcConfigInput

Returns the value of attribute idc_config.

Returns:



2734
2735
2736
# File 'sig/types.rbs', line 2734

def idc_config
  @idc_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



2730
2731
2732
# File 'sig/types.rbs', line 2730

def kms_key_id
  @kms_key_id
end

#maintenance_configTypes::PartnerAppMaintenanceConfig

Returns the value of attribute maintenance_config.

Returns:



2731
2732
2733
# File 'sig/types.rbs', line 2731

def maintenance_config
  @maintenance_config
end

#name::String

Returns the value of attribute name.

Returns:



2727
2728
2729
# File 'sig/types.rbs', line 2727

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2739
2740
2741
# File 'sig/types.rbs', line 2739

def tags
  @tags
end

#tier::String

Returns the value of attribute tier.

Returns:



2732
2733
2734
# File 'sig/types.rbs', line 2732

def tier
  @tier
end

#type"lakera-guard", ...

Returns the value of attribute type.

Returns:



2728
2729
2730
# File 'sig/types.rbs', line 2728

def type
  @type
end