Class: Aws::SecurityAgent::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateApplicationRequest
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_kms_key_id ⇒ String
Default KMS key identifier used to encrypt application data.
-
#idc_instance_arn ⇒ String
ARN of the IAM Identity Center instance used for user authentication.
-
#role_arn ⇒ String
ARN of the IAM role that the application uses to access AWS resources on your behalf.
-
#tags ⇒ Hash<String,String>
Tags to associate with the application.
Instance Attribute Details
#default_kms_key_id ⇒ String
Default KMS key identifier used to encrypt application data
908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 908 class CreateApplicationRequest < Struct.new( :idc_instance_arn, :role_arn, :default_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
ARN of the IAM Identity Center instance used for user authentication. Optional for non-IdC applications
908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 908 class CreateApplicationRequest < Struct.new( :idc_instance_arn, :role_arn, :default_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that the application uses to access AWS resources on your behalf
908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 908 class CreateApplicationRequest < Struct.new( :idc_instance_arn, :role_arn, :default_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to associate with the application
908 909 910 911 912 913 914 915 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 908 class CreateApplicationRequest < Struct.new( :idc_instance_arn, :role_arn, :default_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |