Struct aws_sdk_shield::model::subscription::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Subscription
Implementations
The start time of the subscription, in Unix time in seconds.
The start time of the subscription, in Unix time in seconds.
The date and time your subscription will end.
The length, in seconds, of the Shield Advanced subscription for the account.
The length, in seconds, of the Shield Advanced subscription for the account.
If ENABLED
, the subscription will be automatically renewed at the end of the existing subscription period.
When you initally create a subscription, AutoRenew
is set to ENABLED
. You can change this by submitting an UpdateSubscription
request. If the UpdateSubscription
request does not included a value for AutoRenew
, the existing value for AutoRenew
remains unchanged.
If ENABLED
, the subscription will be automatically renewed at the end of the existing subscription period.
When you initally create a subscription, AutoRenew
is set to ENABLED
. You can change this by submitting an UpdateSubscription
request. If the UpdateSubscription
request does not included a value for AutoRenew
, the existing value for AutoRenew
remains unchanged.
Appends an item to limits
.
To override the contents of this collection use set_limits
.
Specifies how many protections of a given type you can create.
Specifies how many protections of a given type you can create.
If ENABLED
, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
If PENDING
, you have requested proactive engagement and the request is pending. The status changes to ENABLED
when your request is fully processed.
If DISABLED
, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.
pub fn set_proactive_engagement_status(
self,
input: Option<ProactiveEngagementStatus>
) -> Self
pub fn set_proactive_engagement_status(
self,
input: Option<ProactiveEngagementStatus>
) -> Self
If ENABLED
, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
If PENDING
, you have requested proactive engagement and the request is pending. The status changes to ENABLED
when your request is fully processed.
If DISABLED
, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.
Limits settings for your subscription.
Limits settings for your subscription.
The ARN (Amazon Resource Name) of the subscription.
The ARN (Amazon Resource Name) of the subscription.
Consumes the builder and constructs a Subscription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more