Class: Aws::LicenseManagerUserSubscriptions::Types::Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::Settings
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints, and the security group ID that is associated with the VPC endpoints. The security group should permit inbound TCP port 1688 communication from resources in the VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_id ⇒ String
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
-
#subnets ⇒ Array<String>
The subnets defined for the registered identity provider.
Instance Attribute Details
#security_group_id ⇒ String
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
1159 1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1159 class Settings < Struct.new( :security_group_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The subnets defined for the registered identity provider.
1159 1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1159 class Settings < Struct.new( :security_group_id, :subnets) SENSITIVE = [] include Aws::Structure end |