Class InformationProtectionAwsOfferingArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.security.inputs.InformationProtectionAwsOfferingArgs
-
public final class InformationProtectionAwsOfferingArgs extends com.pulumi.resources.ResourceArgs
The information protection for AWS offering configurations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InformationProtectionAwsOfferingArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static InformationProtectionAwsOfferingArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InformationProtectionAwsOfferingArgs.Builder
builder()
static InformationProtectionAwsOfferingArgs.Builder
builder(InformationProtectionAwsOfferingArgs defaults)
java.util.Optional<com.pulumi.core.Output<InformationProtectionAwsOfferingInformationProtectionArgs>>
informationProtection()
com.pulumi.core.Output<java.lang.String>
offeringType()
-
-
-
Field Detail
-
Empty
public static final InformationProtectionAwsOfferingArgs Empty
-
-
Method Detail
-
informationProtection
public java.util.Optional<com.pulumi.core.Output<InformationProtectionAwsOfferingInformationProtectionArgs>> informationProtection()
- Returns:
- The native cloud connection configuration
-
offeringType
public com.pulumi.core.Output<java.lang.String> offeringType()
- Returns:
- The type of the security offering. Expected value is 'InformationProtectionAws'.
-
builder
public static InformationProtectionAwsOfferingArgs.Builder builder()
-
builder
public static InformationProtectionAwsOfferingArgs.Builder builder(InformationProtectionAwsOfferingArgs defaults)
-
-