@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.864Z") @Stability(value=Stable) public interface SecurityGroupContextQuery extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
SecurityGroupContextQuery securityGroupContextQuery = SecurityGroupContextQuery.builder()
.account("account")
.region("region")
// the properties below are optional
.lookupRoleArn("lookupRoleArn")
.securityGroupId("securityGroupId")
.securityGroupName("securityGroupName")
.vpcId("vpcId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityGroupContextQuery.Builder
A builder for
SecurityGroupContextQuery |
static class |
SecurityGroupContextQuery.Jsii$Proxy
An implementation for
SecurityGroupContextQuery |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupContextQuery.Builder |
builder() |
String |
getAccount()
Query account.
|
default String |
getLookupRoleArn()
The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
Query region.
|
default String |
getSecurityGroupId()
Security group id.
|
default String |
getSecurityGroupName()
Security group name.
|
default String |
getVpcId()
VPC ID.
|
@Stability(value=Stable) @NotNull String getAccount()
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default String getLookupRoleArn()
Default: - None
@Stability(value=Stable) @Nullable default String getSecurityGroupId()
Default: - None
@Stability(value=Stable) @Nullable default String getSecurityGroupName()
Default: - None
@Stability(value=Stable) @Nullable default String getVpcId()
Default: - None
@Stability(value=Stable) static SecurityGroupContextQuery.Builder builder()
SecurityGroupContextQuery.Builder of SecurityGroupContextQueryCopyright © 2022. All rights reserved.