Class GetSecretRotation
- java.lang.Object
-
- com.pulumi.gcp.secretmanager.outputs.GetSecretRotation
-
public final class GetSecretRotation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSecretRotation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSecretRotation.Builder
builder()
static GetSecretRotation.Builder
builder(GetSecretRotation defaults)
java.lang.String
nextRotationTime()
java.lang.String
rotationPeriod()
-
-
-
Method Detail
-
nextRotationTime
public java.lang.String nextRotationTime()
-
rotationPeriod
public java.lang.String rotationPeriod()
-
builder
public static GetSecretRotation.Builder builder()
-
builder
public static GetSecretRotation.Builder builder(GetSecretRotation defaults)
-
-