GetSecurityProfileResult

data class GetSecurityProfileResult(val arn: String, val description: String, val id: String, val instanceId: String, val name: String, val organizationResourceId: String, val permissions: List<String>, val securityProfileId: String, val tags: Map<String, String>)

A collection of values returned by getSecurityProfile.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, id: String, instanceId: String, name: String, organizationResourceId: String, permissions: List<String>, securityProfileId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Security Profile.

Link copied to clipboard

Description of the Security Profile.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The organization resource identifier for the security profile.

Link copied to clipboard

List of permissions assigned to the security profile.

Link copied to clipboard
Link copied to clipboard

Map of tags to assign to the Security Profile.