toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
GroupIdentifierResponse
Group
Identifier
Response
data
class
GroupIdentifierResponse
(
val
groupId
:
String
?
=
null
,
val
groupName
:
String
?
=
null
)
Definition of GroupIdentifier
Members
Constructors
Group
Identifier
Response
Link copied to clipboard
constructor
(
groupId
:
String
?
=
null
,
groupName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
group
Id
Link copied to clipboard
val
groupId
:
String
?
=
null
The ID of the security group.
group
Name
Link copied to clipboard
val
groupName
:
String
?
=
null
The name of the security group.