/AWS1/CL_LISSETTINGS¶
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_subnets TYPE /AWS1/CL_LISSUBNETS_W=>TT_SUBNETS TT_SUBNETS¶
The subnets defined for the registered identity provider.
iv_securitygroupid TYPE /AWS1/LISSECURITYGROUP /AWS1/LISSECURITYGROUP¶
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
Queryable Attributes¶
Subnets¶
The subnets defined for the registered identity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETS() |
Getter for SUBNETS, with configurable default |
ASK_SUBNETS() |
Getter for SUBNETS w/ exceptions if field has no value |
HAS_SUBNETS() |
Determine if SUBNETS has a value |
SecurityGroupId¶
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPID() |
Getter for SECURITYGROUPID, with configurable default |
ASK_SECURITYGROUPID() |
Getter for SECURITYGROUPID w/ exceptions if field has no val |
HAS_SECURITYGROUPID() |
Determine if SECURITYGROUPID has a value |