Class GetStandardsControlAssociationsResult
- java.lang.Object
-
- com.pulumi.aws.securityhub.outputs.GetStandardsControlAssociationsResult
-
public final class GetStandardsControlAssociationsResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetStandardsControlAssociationsResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetStandardsControlAssociationsResult.Builder
builder()
static GetStandardsControlAssociationsResult.Builder
builder(GetStandardsControlAssociationsResult defaults)
java.lang.String
id()
java.lang.String
securityControlId()
java.util.List<GetStandardsControlAssociationsStandardsControlAssociation>
standardsControlAssociations()
-
-
-
Method Detail
-
id
public java.lang.String id()
-
securityControlId
public java.lang.String securityControlId()
- Returns:
- ID of the security control.
-
standardsControlAssociations
public java.util.List<GetStandardsControlAssociationsStandardsControlAssociation> standardsControlAssociations()
- Returns:
- A list that provides the status and other details for each security control that applies to each enabled standard. See `standards_control_associations` below.
-
builder
public static GetStandardsControlAssociationsResult.Builder builder()
-
builder
public static GetStandardsControlAssociationsResult.Builder builder(GetStandardsControlAssociationsResult defaults)
-
-