iotwireless:GetWirelessGatewayCertificate is a Read access-level action in the iotwireless service. Grants permission to get the IoT Core Identity certificate id associated with the WirelessGateway
ARNs that iotwireless:GetWirelessGatewayCertificate can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants iotwireless:GetWirelessGatewayCertificate.
Filters access by tag key component of a tag attached to an IoT Wireless resource
A minimal policy that allows iotwireless:GetWirelessGatewayCertificate. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIotwirelessGetWirelessGatewayCertificate",
"Effect": "Allow",
"Action": "iotwireless:GetWirelessGatewayCertificate",
"Resource": "*"
}
]
}