Class AwsEnvironmentDataResponse
- java.lang.Object
-
- com.pulumi.azurenative.security.outputs.AwsEnvironmentDataResponse
-
public final class AwsEnvironmentDataResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AwsEnvironmentDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountName()
static AwsEnvironmentDataResponse.Builder
builder()
static AwsEnvironmentDataResponse.Builder
builder(AwsEnvironmentDataResponse defaults)
java.lang.String
environmentType()
java.util.Optional<com.pulumi.core.Either<AwsOrganizationalDataMasterResponse,AwsOrganizationalDataMemberResponse>>
organizationalData()
java.util.List<java.lang.String>
regions()
-
-
-
Method Detail
-
accountName
public java.lang.String accountName()
- Returns:
- The AWS account name
-
environmentType
public java.lang.String environmentType()
- Returns:
- The type of the environment data. Expected value is 'AwsAccount'.
-
organizationalData
public java.util.Optional<com.pulumi.core.Either<AwsOrganizationalDataMasterResponse,AwsOrganizationalDataMemberResponse>> organizationalData()
- Returns:
- The AWS account's organizational data
-
regions
public java.util.List<java.lang.String> regions()
- Returns:
- list of regions to scan
-
builder
public static AwsEnvironmentDataResponse.Builder builder()
-
builder
public static AwsEnvironmentDataResponse.Builder builder(AwsEnvironmentDataResponse defaults)
-
-