pub enum Resource {
Show 28 variants
AppSyncApi(AppSyncApi),
Application(Application),
Bucket(Bucket),
BucketPolicy(BucketPolicy),
BucketNotification(BucketNotification),
ChannelNamespace(ChannelNamespace),
ConfigurationProfile(ConfigurationProfile),
DeploymentStrategy(DeploymentStrategy),
Environment(Environment),
Table(Table),
Function(Function),
LogGroup(LogGroup),
Queue(Queue),
QueuePolicy(QueuePolicy),
Topic(Topic),
TopicPolicy(TopicPolicy),
Subscription(Subscription),
Permission(Permission),
EventSourceMapping(EventSourceMapping),
Role(Role),
ApiGatewayV2Api(ApiGatewayV2Api),
ApiGatewayV2Stage(ApiGatewayV2Stage),
ApiGatewayV2Route(ApiGatewayV2Route),
ApiGatewayV2Integration(ApiGatewayV2Integration),
Secret(Secret),
Distribution(Distribution),
CachePolicy(CachePolicy),
OriginAccessControl(OriginAccessControl),
}Variants§
AppSyncApi(AppSyncApi)
Application(Application)
Bucket(Bucket)
BucketPolicy(BucketPolicy)
BucketNotification(BucketNotification)
ChannelNamespace(ChannelNamespace)
ConfigurationProfile(ConfigurationProfile)
DeploymentStrategy(DeploymentStrategy)
Environment(Environment)
Table(Table)
Function(Function)
LogGroup(LogGroup)
Queue(Queue)
QueuePolicy(QueuePolicy)
Topic(Topic)
TopicPolicy(TopicPolicy)
Subscription(Subscription)
Permission(Permission)
EventSourceMapping(EventSourceMapping)
Role(Role)
ApiGatewayV2Api(ApiGatewayV2Api)
ApiGatewayV2Stage(ApiGatewayV2Stage)
ApiGatewayV2Route(ApiGatewayV2Route)
ApiGatewayV2Integration(ApiGatewayV2Integration)
Secret(Secret)
Distribution(Distribution)
CachePolicy(CachePolicy)
OriginAccessControl(OriginAccessControl)
Implementations§
Trait Implementations§
Source§impl From<ApiGatewayV2Api> for Resource
impl From<ApiGatewayV2Api> for Resource
Source§fn from(value: ApiGatewayV2Api) -> Self
fn from(value: ApiGatewayV2Api) -> Self
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Integration> for Resource
impl From<ApiGatewayV2Integration> for Resource
Source§fn from(value: ApiGatewayV2Integration) -> Self
fn from(value: ApiGatewayV2Integration) -> Self
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Route> for Resource
impl From<ApiGatewayV2Route> for Resource
Source§fn from(value: ApiGatewayV2Route) -> Self
fn from(value: ApiGatewayV2Route) -> Self
Converts to this type from the input type.
Source§impl From<ApiGatewayV2Stage> for Resource
impl From<ApiGatewayV2Stage> for Resource
Source§fn from(value: ApiGatewayV2Stage) -> Self
fn from(value: ApiGatewayV2Stage) -> Self
Converts to this type from the input type.
Source§impl From<AppSyncApi> for Resource
impl From<AppSyncApi> for Resource
Source§fn from(value: AppSyncApi) -> Self
fn from(value: AppSyncApi) -> Self
Converts to this type from the input type.
Source§impl From<Application> for Resource
impl From<Application> for Resource
Source§fn from(value: Application) -> Self
fn from(value: Application) -> Self
Converts to this type from the input type.
Source§impl From<BucketPolicy> for Resource
impl From<BucketPolicy> for Resource
Source§fn from(value: BucketPolicy) -> Self
fn from(value: BucketPolicy) -> Self
Converts to this type from the input type.
Source§impl From<CachePolicy> for Resource
impl From<CachePolicy> for Resource
Source§fn from(value: CachePolicy) -> Self
fn from(value: CachePolicy) -> Self
Converts to this type from the input type.
Source§impl From<ChannelNamespace> for Resource
impl From<ChannelNamespace> for Resource
Source§fn from(value: ChannelNamespace) -> Self
fn from(value: ChannelNamespace) -> Self
Converts to this type from the input type.
Source§impl From<ConfigurationProfile> for Resource
impl From<ConfigurationProfile> for Resource
Source§fn from(value: ConfigurationProfile) -> Self
fn from(value: ConfigurationProfile) -> Self
Converts to this type from the input type.
Source§impl From<DeploymentStrategy> for Resource
impl From<DeploymentStrategy> for Resource
Source§fn from(value: DeploymentStrategy) -> Self
fn from(value: DeploymentStrategy) -> Self
Converts to this type from the input type.
Source§impl From<Distribution> for Resource
impl From<Distribution> for Resource
Source§fn from(value: Distribution) -> Self
fn from(value: Distribution) -> Self
Converts to this type from the input type.
Source§impl From<Environment> for Resource
impl From<Environment> for Resource
Source§fn from(value: Environment) -> Self
fn from(value: Environment) -> Self
Converts to this type from the input type.
Source§impl From<EventSourceMapping> for Resource
impl From<EventSourceMapping> for Resource
Source§fn from(value: EventSourceMapping) -> Self
fn from(value: EventSourceMapping) -> Self
Converts to this type from the input type.
Source§impl From<OriginAccessControl> for Resource
impl From<OriginAccessControl> for Resource
Source§fn from(value: OriginAccessControl) -> Self
fn from(value: OriginAccessControl) -> Self
Converts to this type from the input type.
Source§impl From<Permission> for Resource
impl From<Permission> for Resource
Source§fn from(value: Permission) -> Self
fn from(value: Permission) -> Self
Converts to this type from the input type.
Source§impl From<QueuePolicy> for Resource
impl From<QueuePolicy> for Resource
Source§fn from(value: QueuePolicy) -> Self
fn from(value: QueuePolicy) -> Self
Converts to this type from the input type.
Source§impl From<Subscription> for Resource
impl From<Subscription> for Resource
Source§fn from(value: Subscription) -> Self
fn from(value: Subscription) -> Self
Converts to this type from the input type.
Source§impl From<TopicPolicy> for Resource
impl From<TopicPolicy> for Resource
Source§fn from(value: TopicPolicy) -> Self
fn from(value: TopicPolicy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Resource
impl RefUnwindSafe for Resource
impl Send for Resource
impl Sync for Resource
impl Unpin for Resource
impl UnwindSafe for Resource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more