toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetSnapshotBlockPublicAccessResult
Get
Snapshot
Block
Public
Access
Result
data
class
GetSnapshotBlockPublicAccessResult
(
val
accountId
:
String
?
=
null
,
val
state
:
SnapshotBlockPublicAccessState
?
=
null
)
Members
Constructors
Get
Snapshot
Block
Public
Access
Result
Link copied to clipboard
constructor
(
accountId
:
String
?
=
null
,
state
:
SnapshotBlockPublicAccessState
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
?
=
null
The identifier for the specified AWS account.
state
Link copied to clipboard
val
state
:
SnapshotBlockPublicAccessState
?
=
null
The state of EBS Snapshot Block Public Access.