resourceType property
The type of resource protected by or in scope of the policy. This is in the
format shown in the AWS
Resource Types Reference. For AWS WAF and Shield Advanced, examples
include AWS::ElasticLoadBalancingV2::LoadBalancer
and
AWS::CloudFront::Distribution
. For a security group common
policy, valid values are AWS::EC2::NetworkInterface
and
AWS::EC2::Instance
. For a security group content audit policy,
valid values are AWS::EC2::SecurityGroup
,
AWS::EC2::NetworkInterface
, and
AWS::EC2::Instance
. For a security group usage audit policy,
the value is AWS::EC2::SecurityGroup
. For an AWS Network
Firewall policy, the value is AWS::EC2::VPC
.
Implementation
final String resourceType;